summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a283837)
raw | patch | inline | side by side (parent: a283837)
author | Matthias Lederhofer <matled@gmx.net> | |
Thu, 28 Sep 2006 19:55:35 +0000 (21:55 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 29 Sep 2006 01:26:09 +0000 (18:26 -0700) |
This was introduced by me in commit v1.4.2.1-gc08e524.
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c | patch | blob | history |
diff --git a/builtin-log.c b/builtin-log.c
index 130b53a1960988aaf77014d39ee712a4848777b3..9d1ceae44c6a449d2329e897b9705a5b457187f0 100644 (file)
--- a/builtin-log.c
+++ b/builtin-log.c
rev.extra_headers = extra_headers;
- output_directory = prefix;
-
/*
* Parse the arguments before setup_revisions(), or something
* like "git fmt-patch -o a123 HEAD^.." may fail; a123 is
if (!rev.diffopt.output_format)
rev.diffopt.output_format = DIFF_FORMAT_DIFFSTAT | DIFF_FORMAT_PATCH;
+ if (!output_directory)
+ output_directory = prefix;
+
if (output_directory) {
if (use_stdout)
die("standard output, or directory, which one?");