Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
diff-tree: Use ---\n as a message separator
author
Timo Hirvonen
<tihirvon@gmail.com>
Tue, 27 Jun 2006 12:39:29 +0000
(15:39 +0300)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 27 Jun 2006 18:03:41 +0000
(11:03 -0700)
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-diff-tree.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
946c378
)
diff --git
a/builtin-diff-tree.c
b/builtin-diff-tree.c
index ae1cde9d005cb64ca2b1a5de45750abff04d444d..1e66fcac2186d0946b5d15a5825eb400b2e67003 100644
(file)
--- a/
builtin-diff-tree.c
+++ b/
builtin-diff-tree.c
@@
-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) {