From 745b893ebd275fd276fe85dacc289a1ea7f49950 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 Subject: [PATCH] Use 'initial commit' as message for gitception commits --- git-remote-gcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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