whatchanged options parser fix.
authorJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 10:54:32 +0000 (03:54 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Apr 2006 11:03:48 +0000 (04:03 -0700)
commitd2e38d3bc30d3b1e407cbf9c69424b84244a5f9d
tree7a14f7c9f5195b6371ed8f20bcb95bee99d43de0
parentf4235f8b2ef875b85ead74ffa199d827f9ee9d8d
whatchanged options parser fix.

We need to have two sets of diff_options structure and abbrev
settings, but there is no point having two separate commit
format setting.  Fix the confusion.

Also properly initialize the command options structure.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git.c
log-tree.h