Signed-off-by: Timo Hirvonen <tihirvon@xxxxxxxxx> --- builtin-diff-tree.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/builtin-diff-tree.c b/builtin-diff-tree.c index ae1cde9..1e66fca 100644 --- a/builtin-diff-tree.c +++ b/builtin-diff-tree.c @@ -72,6 +72,7 @@ int cmd_diff_tree(int argc, const char * init_revisions(opt); opt->abbrev = 0; opt->diff = 1; + opt->diffopt.msg_sep = "---\n"; argc = setup_revisions(argc, argv, opt, NULL); while (--argc > 0) { -- 1.4.1.rc1.g5576-dirty - : 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