| 92 | } |
| 93 | |
| 94 | const struct name_decoration *get_name_decoration(const struct object *obj) |
| 95 | { |
| 96 | load_ref_decorations(NULL, DECORATE_SHORT_REFS); |
| 97 | return lookup_decoration(&name_decoration, obj); |
| 98 | } |
| 99 | |
| 100 | static int match_ref_pattern(const char *refname, |
| 101 | const struct string_list_item *item) |
no test coverage detected