Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
[gitweb.git]
/
builtin
/
commit.c
diff --git
a/builtin/commit.c
b/builtin/commit.c
index 4e683943919c9200209a3c7247b5d2927ebfbbc7..4610e3d8e3e04a70678a102cc3e0e7472089a3cf 100644
(file)
--- a/
builtin/commit.c
+++ b/
builtin/commit.c
@@
-1509,7
+1509,7
@@
static void print_summary(const char *prefix, const struct object_id *oid,
rev.show_root_diff = 1;
get_commit_format(format.buf, &rev);
rev.always_show_header = 0;
- rev.diffopt.detect_rename =
1
;
+ rev.diffopt.detect_rename =
DIFF_DETECT_RENAME
;
rev.diffopt.break_opt = 0;
diff_setup_done(&rev.diffopt);