| 4734 | } |
| 4735 | |
| 4736 | void 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 | } |
no test coverage detected