diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2007-10-22 07:47:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-26 23:27:23 -0700 |
commit | 50e62a8e703b78fbe59d5f98b1bb36464570a815 (patch) | |
tree | f7c2bec9a7424df22c914ea7768947d6a27a9bea /log-tree.h | |
parent | 85b00455057c19a993eeaee2606af550b8d4de10 (diff) | |
download | git-50e62a8e703b78fbe59d5f98b1bb36464570a815.tar.gz |
rev-list: implement --bisect-all
This is Junio's patch with some stuff to make --bisect-all
compatible with --bisect-vars.
This option makes it possible to see all the potential
bisection points. The best ones are displayed first.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'log-tree.h')
-rw-r--r-- | log-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.h b/log-tree.h index e82b56a20d..b33f7cd7ac 100644 --- a/log-tree.h +++ b/log-tree.h @@ -12,5 +12,6 @@ int log_tree_diff_flush(struct rev_info *); int log_tree_commit(struct rev_info *, struct commit *); int log_tree_opt_parse(struct rev_info *, const char **, int); void show_log(struct rev_info *opt, const char *sep); +void show_decorations(struct commit *commit); #endif |