aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit745b893ebd275fd276fe85dacc289a1ea7f49950 (patch)
treeff58f78592a80a1112f539dbfbdafcfbc6c24bf3
parent63d7a7437ee3607ef66ee27b6839d52314b1b709 (diff)
downloadgit-remote-gcrypt-745b893ebd275fd276fe85dacc289a1ea7f49950.tar.gz
Use 'initial commit' as message for gitception commits
-rwxr-xr-xgit-remote-gcrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index 4666e60..db47673 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -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