Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
examples/commit: use --abbrev for commit summary
author
Jonathan Nieder
<jrnieder@gmail.com>
Tue, 27 Jul 2010 18:44:51 +0000
(13:44 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 27 Jul 2010 20:29:32 +0000
(13:29 -0700)
After v1.7.1.1~17^2~3 (pretty: Respect --abbrev option, 2010-05-03),
plumbing users do not abbreviate %h hashes by default any more.
Noticed while investigating the bug fixed by v1.7.1.1~17^2
(commit::print_summary(): don't use format_commit_message(),
2010-06-12).
Cc: Will Palmer <wmpalmer@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/examples/git-commit.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
dcbeac4
)
diff --git
a/contrib/examples/git-commit.sh
b/contrib/examples/git-commit.sh
index 5c72f655c7e4fb1bd18e979d33bd94062fce8c1a..23ffb028d1ece96d8c363ddeacca83d2b20b628f 100755
(executable)
--- a/
contrib/examples/git-commit.sh
+++ b/
contrib/examples/git-commit.sh
@@
-631,7
+631,7
@@
then
if test -z "$quiet"
then
commit=`git diff-tree --always --shortstat --pretty="format:%h: %s"\
- --summary --root HEAD --`
+ --
abbrev --
summary --root HEAD --`
echo "Created${initial_commit:+ initial} commit $commit"
fi
fi