diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-15 03:54:32 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-15 04:03:48 -0700 |
commit | d2e38d3bc30d3b1e407cbf9c69424b84244a5f9d (patch) | |
tree | 7a14f7c9f5195b6371ed8f20bcb95bee99d43de0 /log-tree.h | |
parent | Extract "log [diff options]" parser out. (diff) | |
download | tgif-d2e38d3bc30d3b1e407cbf9c69424b84244a5f9d.tar.xz |
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>
Diffstat (limited to 'log-tree.h')
-rw-r--r-- | log-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |