author | Timo Hirvonen <tihirvon@gmail.com> | |
Sat, 24 Jun 2006 17:25:08 +0000 (20:25 +0300) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 26 Jun 2006 21:58:41 +0000 (14:58 -0700) | ||
commit | 0e677e1a6b0d1c0e848ed19d18dda1c3c797c75e | |
tree | e20976d765fe298c34daa3f009fd0b67973201de | tree | snapshot |
parent | c9b5ef998a3027d9f11b0820bb13896096833ccb | commit | diff |
DIFF_FORMAT_RAW is not default anymore
diff_setup() used to initialize output_format to DIFF_FORMAT_RAW. Now
the default is 0 (no output) so don't compare against DIFF_FORMAT_RAW to
see if any diff format command line flags were given.
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff_setup() used to initialize output_format to DIFF_FORMAT_RAW. Now
the default is 0 (no output) so don't compare against DIFF_FORMAT_RAW to
see if any diff format command line flags were given.
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c | diff | blob | history | |
revision.c | diff | blob | history |