X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.h;h=b33f7cd7ac2ef6a2587109c4ee618d63ccedae96;hb=92b7ba16b7605f70cac845d4a8d0162392ac0223;hp=e82b56a20d3cfad318a4af6ea78fbe098653211d;hpb=24cf6e5847073d50390e0b7950e8e6b5a09103bc;p=git.git diff --git a/log-tree.h b/log-tree.h index e82b56a20..b33f7cd7a 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