Michael Haggerty <mhagger@xxxxxxxxxxxx> writes: > It is the cache that is being invalidated, not the references. > > Signed-off-by: Michael Haggerty <mhagger@xxxxxxxxxxxx> > --- > diff --git a/refs.c b/refs.c > index 9911c97..120b8e4 100644 > --- a/refs.c > +++ b/refs.c > @@ -202,7 +202,7 @@ static struct cached_refs *get_cached_refs(const char *submodule) > return refs; > } > > -static void invalidate_cached_refs(void) > +static void invalidate_ref_cache(void) > { > struct cached_refs *refs = cached_refs; > while (refs) { If you call the operation "invalidate ref_cache", shouldn't the data structure that holds that cache also be renamed to "struct ref_cache" from "struct "cached_refs" at the same time? -- 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