author | Timo Hirvonen <tihirvon@gmail.com> | |
Sat, 24 Jun 2006 17:24:14 +0000 (20:24 +0300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 26 Jun 2006 21:58:40 +0000 (14:58 -0700) | ||
commit | c9b5ef998a3027d9f11b0820bb13896096833ccb | |
tree | e37c30116512362697c9e670b654b4c013477c7a | tree | snapshot |
parent | a610786f4bc282410d348aba97316115a57740a0 | commit | diff |
Set default diff output format after parsing command line
Initialize output_format to 0 instead of DIFF_FORMAT_RAW so that we can see
later if any command line options changed it. Default value is set only if
output format was not specified.
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Initialize output_format to 0 instead of DIFF_FORMAT_RAW so that we can see
later if any command line options changed it. Default value is set only if
output format was not specified.
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-diff-files.c | diff | blob | history | |
builtin-diff-index.c | diff | blob | history | |
builtin-diff-stages.c | diff | blob | history | |
builtin-diff-tree.c | diff | blob | history | |
builtin-diff.c | diff | blob | history | |
builtin-log.c | diff | blob | history | |
diff.c | diff | blob | history |