[PATCH] git: git-commit-script ignores $GIT_DIR
authorAlexey Guzeev <aga@supplehost.com>
Wed, 1 Jun 2005 04:31:02 +0000 (00:31 -0400)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 14:51:51 +0000 (07:51 -0700)
git-commit-script

index 42ee399..e818d0a 100755 (executable)
@@ -10,4 +10,4 @@ grep -v '^#' < .editmsg | git-stripspace > .cmitmsg
 [ -s .cmitmsg ] || exit 1
 tree=$(git-write-tree) || exit 1
 commit=$(cat .cmitmsg | git-commit-tree $tree -p HEAD) || exit 1
-echo $commit > .git/HEAD
+echo $commit > ${GIT_DIR:-.git}/HEAD