diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-30 21:38:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-30 21:38:07 -0700 |
commit | 9725bb8b854ce9bb3642bc0e167e7d791e54c7a1 (patch) | |
tree | bf5003e18c86054e40517b2925ecbd1b618c0f8a /log-tree.h | |
parent | 7ae4dd05725e1613375e03f206077959853d6b51 (diff) | |
parent | 6ca8b977e4f678050db8fcb0eec2091dd44a2bd0 (diff) | |
download | git-9725bb8b854ce9bb3642bc0e167e7d791e54c7a1.tar.gz |
Merge branch 'cc/skip' into HEAD
* cc/skip:
Bisect: add "skip" to the short usage string.
Bisect run: "skip" current commit if script exit code is 125.
Bisect: add a "bisect replay" test case.
Bisect: add "bisect skip" to the documentation.
Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".
Bisect: refactor some logging into "bisect_write".
Bisect: refactor "bisect_write_*" functions.
Bisect: implement "bisect skip" to mark untestable revisions.
Bisect: fix some white spaces and empty lines breakages.
rev-list documentation: add "--bisect-all".
rev-list: implement --bisect-all
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 |