Srinidhi Kaushik <shrinidhi.kaushik@xxxxxxxxx> writes: > +/* > + * Check for reachability of a remote-tracking > + * ref in the reflog entries of its local ref. > + */ > +void check_reflog_for_ref(struct ref *r_ref) Make it file-scope static.
Srinidhi Kaushik <shrinidhi.kaushik@xxxxxxxxx> writes: > +/* > + * Check for reachability of a remote-tracking > + * ref in the reflog entries of its local ref. > + */ > +void check_reflog_for_ref(struct ref *r_ref) Make it file-scope static.