My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
946c378
)
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
diff --git
a/builtin-diff-tree.c
b/builtin-diff-tree.c
index
ae1cde9
..
1e66fca
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) {