Michael Haggerty <mhagger@xxxxxxxxxxxx> writes: > Signed-off-by: Michael Haggerty <mhagger@xxxxxxxxxxxx> > --- > Junio, would you mind squashing this patch onto mh/reflife 22/25? Done. Thanks. > > notes.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/notes.c b/notes.c > index 602d956..b69c0b8 100644 > --- a/notes.c > +++ b/notes.c > @@ -932,6 +932,7 @@ static int string_list_add_one_ref(const char *refname, const unsigned char *sha > */ > void string_list_add_refs_by_glob(struct string_list *list, const char *glob) > { > + assert(list->strdup_strings); > if (has_glob_specials(glob)) { > for_each_glob_ref(string_list_add_one_ref, glob, list); > } else { -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html