X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.h;h=b33f7cd7ac2ef6a2587109c4ee618d63ccedae96;hb=55029ae4dac07942437c0c715ea7c8ac60dd3576;hp=91a909be73130b8542ed9092e120084bb263105b;hpb=b2934926dd7455de61577c1dfdf4c12d224e7ae0;p=git.git diff --git a/log-tree.h b/log-tree.h index 91a909be7..b33f7cd7a 100644 --- a/log-tree.h +++ b/log-tree.h @@ -3,9 +3,15 @@ #include "revision.h" +struct log_info { + struct commit *commit, *parent; +}; + void init_log_tree_opt(struct rev_info *); 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