mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-26 05:59:42 -05:00
diff-tree: Use ---\n as a message separator
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
946c3784a3
commit
f005df3910
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user