| 2378 | } |
| 2379 | |
| 2380 | void pp_commit_easy(enum cmit_fmt fmt, const struct commit *commit, |
| 2381 | struct strbuf *sb) |
| 2382 | { |
| 2383 | struct pretty_print_context pp = {0}; |
| 2384 | pp.fmt = fmt; |
| 2385 | pretty_print_commit(&pp, commit, sb); |
| 2386 | } |
no test coverage detected