X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.h;h=b33f7cd7ac2ef6a2587109c4ee618d63ccedae96;hb=5c66d0d4580196094e80c552f141525759a8e249;hp=e82b56a20d3cfad318a4af6ea78fbe098653211d;hpb=1b2782a5e2f88bf5e6e2cbb58e54fea015e21af5;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