Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'np/maint-huge-delta-generation' into maint
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index 2bb30c0e80f8948b28599da06c94c8c66b5733c7..c4a577d5c5595a6c50ecaaba90690c286d30b7e2 100644
(file)
--- 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;