Karthik Nayak <karthik.188@xxxxxxxxx> writes: > Add tests for 'for-each-ref' which utilizes the ref-filter APIs. > Currently it's redundant with the tests in 't6300' but more tests > will be eventually added as we implement more options into > 'for-each-ref'. Actually, I'm not convinced that the actual tests have a real value (since as you say, it's redundant with t6300). Perhaps we can limit this commit to the setup. > +++ b/t/t6301-for-each-ref-filter.sh > @@ -0,0 +1,36 @@ > +#!/bin/sh > + > +test_description='test for-each-refs usage of ref-filter APIs' > + > +. ./test-lib.sh > +. "$TEST_DIRECTORY"/lib-gpg.sh You are not using lib-gpg.sh, right? If first thought it was an incorrect cut-and-paste, but I actually think that you need to setup a signed tag to properly test the --points-at option (it does not only list refs pointing directly at a commit, but also refs pointing at a tag pointing at the given commit). Such signed tag could be added here and used later in PATCH 04. -- 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