Karthik Nayak <karthik.188@xxxxxxxxx> writes: > Since 'ref-filter' only has an option to match path names > add an option for regular pattern matching. Here also, a hint on why this is needed would be welcome. > --- a/ref-filter.c > +++ b/ref-filter.c > @@ -956,6 +956,20 @@ static int commit_contains(struct ref_filter *filter, struct commit *commit) > > /* > * Return 1 if the refname matches one of the patterns, otherwise 0. > + * A pattern can be a literal prefix (e.g. a refname "refs/heads/master" > + * matches a pattern "refs/heads/m") or a wildcard (e.g. the same ref > + * matches "refs/heads/m*",too). Missing space after , (same in the hunk context below) -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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