projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837eedf
)
[PATCH] git: git-commit-script ignores $GIT_DIR
author
Alexey Guzeev
<aga@supplehost.com>
Wed, 1 Jun 2005 04:31:02 +0000
(
00:31
-0400)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 14:51:51 +0000
(07:51 -0700)
git-commit-script
patch
|
blob
|
history
diff --git
a/git-commit-script
b/git-commit-script
index
42ee399
..
e818d0a
100755
(executable)
--- a/
git-commit-script
+++ b/
git-commit-script
@@
-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