diff options
Diffstat (limited to 'notes.h')
-rw-r--r-- | notes.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -307,4 +307,7 @@ void string_list_add_refs_by_glob(struct string_list *list, const char *glob); void string_list_add_refs_from_colon_sep(struct string_list *list, const char *globs); +/* Expand inplace a note ref like "foo" or "notes/foo" into "refs/notes/foo" */ +void expand_notes_ref(struct strbuf *sb); + #endif |