Re: [PATCH v3 11/11] for-each-ref: add '--contains' option

2015-06-17 Thread Matthieu Moy
Karthik Nayak writes: > Add the '--contains' option provided by 'ref-filter'. The '--contains' > option lists only refs which are contain the mentioned commit (HEAD if s/are // -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in

[PATCH v3 11/11] for-each-ref: add '--contains' option

2015-06-16 Thread Karthik Nayak
Add the '--contains' option provided by 'ref-filter'. The '--contains' option lists only refs which are contain the mentioned commit (HEAD if no commit is explicitly given). Add documentation and tests for the same. Mentored-by: Christian Couder Mentored-by: Matthieu Moy Signed-off-by: Karthik