summaryrefslogtreecommitdiff
path: root/log-tree.h
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2007-10-22 05:47:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-10-27 06:27:23 (GMT)
commit50e62a8e703b78fbe59d5f98b1bb36464570a815 (patch)
treef7c2bec9a7424df22c914ea7768947d6a27a9bea /log-tree.h
parent85b00455057c19a993eeaee2606af550b8d4de10 (diff)
downloadgit-50e62a8e703b78fbe59d5f98b1bb36464570a815.zip
git-50e62a8e703b78fbe59d5f98b1bb36464570a815.tar.gz
git-50e62a8e703b78fbe59d5f98b1bb36464570a815.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.h b/log-tree.h
index e82b56a..b33f7cd 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