Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Generic support for pulling refs
[gitweb.git]
/
git-commit-script
diff --git
a/git-commit-script
b/git-commit-script
index 42ee399bc1028ab483aa4678ad376c065d7e7a5d..e818d0a35ce2a9f5358520b7c44dfe27845de4b7 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