Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Tell darcs who we are before committing.
Browse files Browse the repository at this point in the history
  • Loading branch information
djl committed Feb 11, 2013
1 parent d434ac6 commit cd05563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -48,7 +48,7 @@ init-darcs:
@echo "Creating Darcs repository..."
@$(call create-new-repo,'darcs',darcs initialize)
@$(call run-repo-command,'darcs',darcs add -q -r .)
@$(call run-repo-command,'darcs',darcs record -q -a -m "First commit." > /dev/null)
@$(call run-repo-command,'darcs',darcs record -q -a -m "First commit." --author="`whoami`@`hostname`" > /dev/null)
@$(call run-data-command,'darcs',echo 'darcs' > branch)
@$(call run-repo-command,'darcs',darcs changes --last 1 --xml | grep hash | awk -F "hash='" '{print $$NF}' | awk -F '-' '{print $$3}' | cut -c-7 > ../../data/darcs/hash)
@$(call run-data-command,darcs,ln -sf hash revision)
Expand Down

0 comments on commit cd05563

Please sign in to comment.