Skip to content

Commit

Permalink
diff-tree: Use ---\n as a message separator
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Timo Hirvonen authored and Junio C Hamano committed Jun 27, 2006
1 parent 946c378 commit f005df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin-diff-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ int cmd_diff_tree(int argc, const char **argv, char **envp)
init_revisions(opt);
opt->abbrev = 0;
opt->diff = 1;
opt->diffopt.msg_sep = "---\n";
argc = setup_revisions(argc, argv, opt, NULL);

while (--argc > 0) {
Expand Down

0 comments on commit f005df3

Please sign in to comment.