whatchanged: Default to DIFF_FORMAT_RAW
commit9dafea267806988d7f5821780de688ca84766a40
authorTimo Hirvonen <tihirvon@gmail.com>
Sun, 25 Jun 2006 12:39:35 +0000 (25 15:39 +0300)
committerJunio C Hamano <junkio@cox.net>
Mon, 26 Jun 2006 21:58:41 +0000 (26 14:58 -0700)
tree1da8a4118763bbe69802a4e0af6e665b60ded263
parent5e2b0636c709884e45ef941cd4514c225f204982
whatchanged: Default to DIFF_FORMAT_RAW

Split cmd_log_wc() to cmd_log_init() and cmd_log_walk() and set default
diff output format for whatchanged to DIFF_FORMAT_RAW.

Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-log.c