t6302: for-each-ref tests for ref-filter APIs
commitaf83bafa4867ba16368e58f36e8311e9591e68f4
authorKarthik Nayak <karthik.188@gmail.com>
Thu, 9 Jul 2015 06:03:21 +0000 (9 11:33 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 17:25:27 +0000 (3 10:25 -0700)
treebae850c20ebb0f5bbf0e3785568fbe4be7af8894
parent1958a6eb5498c8a5ac5ba908833cc862b28759f9
t6302: for-each-ref tests for ref-filter APIs

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 <peff@peff.net>
Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6302-for-each-ref-filter.sh [new file with mode: 0755]