From d2e38d3bc30d3b1e407cbf9c69424b84244a5f9d Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 15 Apr 2006 03:54:32 -0700 Subject: 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 --- log-tree.h | 1 - 1 file changed, 1 deletion(-) (limited to 'log-tree.h') diff --git a/log-tree.h b/log-tree.h index 50cbfb3012..8d8f6f1458 100644 --- a/log-tree.h +++ b/log-tree.h @@ -25,7 +25,6 @@ int log_tree_opt_parse(struct log_tree_opt *, const char **, int); struct whatchanged_opt { struct rev_info revopt; struct log_tree_opt logopt; - enum cmit_fmt commit_format; int abbrev; int abbrev_commit; int do_diff; -- cgit v1.2.3