Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Skip excessive blank lines before commit body
[gitweb.git]
/
git-commit.sh
diff --git
a/git-commit.sh
b/git-commit.sh
index 6bce41af4dc73d90028e76ba174e4e7795103d6c..04aad5e5da6fad46bc71c859286615c2f6ce11ab 100755
(executable)
--- a/
git-commit.sh
+++ b/
git-commit.sh
@@
-8,7
+8,6
@@
SUBDIRECTORY_OK=Yes
. git-sh-setup
git-rev-parse --verify HEAD >/dev/null 2>&1 || initial_commit=t
-branch=$(GIT_DIR="$GIT_DIR" git-symbolic-ref HEAD)
case "$0" in
*status)