diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-17 23:15:41 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-17 23:15:41 -0700 |
commit | 80608a61f0f855deec369fbce59facf859050a34 (patch) | |
tree | 532cba9acd7bdf63ff7f707f5d14cba82569b7d7 /diff-tree.c | |
parent | Merge branch 'master' into next (diff) | |
parent | combine-diff: show diffstat with the first parent. (diff) | |
download | tgif-80608a61f0f855deec369fbce59facf859050a34.tar.xz |
Merge branch 'lt/logopt' into next
* lt/logopt:
combine-diff: show diffstat with the first parent.
git.c: LOGSIZE is unused after log printing cleanup.
Log message printout cleanups (#3): fix --pretty=oneline
Log message printout cleanups (#2)
Log message printout cleanups
rev-list --header: output format fix
Diffstat (limited to 'diff-tree.c')
-rw-r--r-- | diff-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diff-tree.c b/diff-tree.c index e578798537..7207867a74 100644 --- 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) { |