MCPcopy Create free account
hub / github.com/git/git / put_revision_mark

Function put_revision_mark

revision.c:4736–4743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4734}
4735
4736void put_revision_mark(const struct rev_info *revs, const struct commit *commit)
4737{
4738 const char *mark = get_revision_mark(revs, commit);
4739 if (!strlen(mark))
4740 return;
4741 fputs(mark, stdout);
4742 putchar(' ');
4743}

Callers 1

show_logFunction · 0.85

Calls 1

get_revision_markFunction · 0.85

Tested by

no test coverage detected