Re: [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs

2015-06-25 Thread Karthik Nayak
On Thu, Jun 25, 2015 at 5:46 AM, Junio C Hamano wrote: > Karthik Nayak writes: > >> t/t6301-for-each-ref-filter.sh | 19 +++ > > t6301 is already used in mh/reporting-broken-refs-from-for-each-ref > topic. Please renumber. > Will do :) Thanks -- Regards, Karthik Nayak -- To un

Re: [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs

2015-06-24 Thread Junio C Hamano
Karthik Nayak writes: > t/t6301-for-each-ref-filter.sh | 19 +++ t6301 is already used in mh/reporting-broken-refs-from-for-each-ref topic. Please renumber. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org M

[PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs

2015-06-24 Thread Karthik Nayak
Add a test suite for testing the ref-filter APIs used by for-each-ref. We just intialize the test suite for now. More tests will be added in the following patches as more options are added to for-each-ref. Based-on-patch-by: Jeff King Mentored-by: Christian Couder Mentored-by: Matthieu Moy Sign