Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Split up builtin commands into separate files from git.c
[gitweb.git]
/
diff-tree.c
diff --git
a/diff-tree.c
b/diff-tree.c
index e5787985373739dee8dd8874ea9f8f6ff073af27..7207867a74d0869c6a6b839c040321c843ee9c2f 100644
(file)
--- a/
diff-tree.c
+++ b/
diff-tree.c
@@
-71,6
+71,7
@@
int main(int argc, const char **argv)
nr_sha1 = 0;
init_revisions(opt);
opt->abbrev = 0;
+ opt->diff = 1;
argc = setup_revisions(argc, argv, opt, NULL);
while (--argc > 0) {