Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
pull: propagate --progress to merge
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index 03cff5af631fec975442c528b1ffba264b879c8e..9f6b3cb82a33bd7aad2776d7eb25b276f7897507 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-1215,7
+1215,6
@@
static void print_summary(const char *prefix, const unsigned char *sha1)
get_commit_format(format.buf, &rev);
rev.always_show_header = 0;
rev.diffopt.detect_rename = 1;
- rev.diffopt.rename_limit = 100;
rev.diffopt.break_opt = 0;
diff_setup_done(&rev.diffopt);