TODO: manpage update to hint to --all-equal-trees? --- builtin-log.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/builtin-log.c b/builtin-log.c index 33fa6ea..a3a2d3f 100644 --- a/builtin-log.c +++ b/builtin-log.c @@ -960,6 +960,7 @@ int cmd_format_patch(int argc, const char **argv, const char *prefix) rev.diff = 1; rev.combine_merges = 0; rev.ignore_merges = 1; + rev.first_equal_tree_only = 1; DIFF_OPT_SET(&rev.diffopt, RECURSIVE); rev.subject_prefix = fmt_patch_subject_prefix; -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html