| 478 | }; |
| 479 | |
| 480 | static const char *short_commit_name(struct repository *r, struct commit *commit) |
| 481 | { |
| 482 | return repo_find_unique_abbrev(r, &commit->object.oid, DEFAULT_ABBREV); |
| 483 | } |
| 484 | |
| 485 | static int get_message(struct commit *commit, struct commit_message *out) |
| 486 | { |
no test coverage detected