summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-08-18 12:28:58 -0700
committerJunio C Hamano <gitster@pobox.com>2010-08-18 12:28:58 -0700
commit226d06c16bcafda3417163437be9845130fd4998 (patch)
treecccf5515162f65b6829d94d33bf381b4cfee2fa1 /builtin/commit.c
parentfdfdde58faf93551abea0f92f7688c1dc5de59be (diff)
parent7f1592db5d4cba2b3de3a1ce46eb8c05bd33e0a1 (diff)
downloadgit-226d06c16bcafda3417163437be9845130fd4998.tar.gz
Merge branch 'jn/fix-abbrev'
* 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 'builtin/commit.c')
-rw-r--r--builtin/commit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c
index 2bb30c0e80..c4a577d5c5 100644
--- a/builtin/commit.c
+++ b/builtin/commit.c
@@ -1163,7 +1163,6 @@ static void print_summary(const char *prefix, const unsigned char *sha1)
init_revisions(&rev, prefix);
setup_revisions(0, NULL, &rev, NULL);
- rev.abbrev = 0;
rev.diff = 1;
rev.diffopt.output_format =
DIFF_FORMAT_SHORTSTAT | DIFF_FORMAT_SUMMARY;