diff --git a/ref-filter.c b/ref-filter.c index cffd8bf3ce72abfcc9ef9ca1fa3f968c69539695..aff24d93beef5a910c21a031e69afbada80c4b79 100644 --- a/ref-filter.c +++ b/ref-filter.c @@ -1582,7 +1582,7 @@ static int in_commit_list(const struct commit_list *want, struct commit *c) } /* - * Test whether the candidate or one of its parents is contained in the list. + * Test whether the candidate is contained in the list. * Do not recurse to find out, though, but return -1 if inconclusive. */ static enum contains_result contains_test(struct commit *candidate,