MCPcopy Index your code
hub / github.com/git/git / pp_commit_easy

Function pp_commit_easy

pretty.c:2380–2386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2378}
2379
2380void 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}

Callers 7

output_pair_headerFunction · 0.85
print_commitFunction · 0.85
do_create_stashFunction · 0.85
print_new_head_lineFunction · 0.85
describe_detached_headFunction · 0.85
describe_one_orphanFunction · 0.85
show_one_commitFunction · 0.85

Calls 1

pretty_print_commitFunction · 0.85

Tested by

no test coverage detected