Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Fix rename/copy when dealing with temporarily broken pairs.
[gitweb.git]
/
diff-tree.c
diff --git
a/diff-tree.c
b/diff-tree.c
index 3c8838582fbe516ef028dc5564d0e39287f0f4ea..6c98e62ad00962858e235f2a4299a530c2afdaf6 100644
(file)
--- a/
diff-tree.c
+++ b/
diff-tree.c
@@
-507,6
+507,7
@@
int main(int argc, const char **argv)
}
if (!strncmp(arg, "--pretty", 8)) {
verbose_header = 1;
+ header_prefix = "diff-tree ";
commit_format = get_commit_format(arg+8);
continue;
}