Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: rerere is enabled by default these days.
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index 9a6ef4a89ae659855ae0d2fa3006daf080190ed4..bf2fe8d237b51e87d40dbe60eb70f485273083ff 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-231,6
+231,7
@@
static void wt_status_print_updated(struct wt_status *s)
rev.diffopt.format_callback_data = s;
rev.diffopt.detect_rename = 1;
rev.diffopt.rename_limit = 100;
+ rev.diffopt.break_opt = 0;
wt_read_cache(s);
run_diff_index(&rev, 1);
}