Use 'initial commit' as message for gitception commits
This commit is contained in:
parent
63d7a7437e
commit
745b893ebd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ anon_commit()
|
|||
GIT_AUTHOR_DATE="1356994801 -0400" GIT_COMMITTER_NAME="root" \
|
||||
GIT_COMMITTER_EMAIL="root@localhost" \
|
||||
GIT_COMMITTER_DATE="1356994801 -0400" \
|
||||
git commit-tree -m x "$@"
|
||||
git commit-tree -m "Initial commit" "$@"
|
||||
}
|
||||
|
||||
# Get 'tree' from $1, change file $2 to obj id $3
|
||||
|
|
Loading…
Reference in a new issue