diff options
author | 2010-08-20 12:53:09 -0700 | |
---|---|---|
committer | 2010-08-20 12:53:09 -0700 | |
commit | 316fa401e1c953ffc80533aaf6839817595cdd77 (patch) | |
tree | 6ad48c40abadde6c9c7d44a9d03246da65f94f25 /contrib | |
parent | Merge branch 'vs/doc-spell' into maint (diff) | |
parent | examples/commit: use --abbrev for commit summary (diff) | |
download | tgif-316fa401e1c953ffc80533aaf6839817595cdd77.tar.xz |
Merge branch 'jn/fix-abbrev' into maint
* jn/fix-abbrev:
examples/commit: use --abbrev for commit summary
checkout, commit: remove confusing assignments to rev.abbrev
archive: abbreviate substituted commit ids again
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/examples/git-commit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/examples/git-commit.sh b/contrib/examples/git-commit.sh index 5c72f655c7..23ffb028d1 100755 --- 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 |