Re: [RFC/PATCH 6/9] for-each-ref: add '--merged' and '--no-merged' options

2015-06-08 Thread Karthik Nayak
On 06/08/2015 11:23 PM, Matthieu Moy wrote: Karthik Nayak karthik@gmail.com writes: Add the '--merged' and '--no-merged' options provided by 'ref-filter'. The '--merged' option lets the user to only list refs merged into the named commit. The '--no-merged' option lets the user to only list

Re: [RFC/PATCH 6/9] for-each-ref: add '--merged' and '--no-merged' options

2015-06-08 Thread Matthieu Moy
Karthik Nayak karthik@gmail.com writes: Add the '--merged' and '--no-merged' options provided by 'ref-filter'. The '--merged' option lets the user to only list refs merged into the named commit. The '--no-merged' option lets the user to only list refs not merged into the named commit.

[RFC/PATCH 6/9] for-each-ref: add '--merged' and '--no-merged' options

2015-06-06 Thread Karthik Nayak
Add the '--merged' and '--no-merged' options provided by 'ref-filter'. The '--merged' option lets the user to only list refs merged into the named commit. The '--no-merged' option lets the user to only list refs not merged into the named commit. Add documentation for the same. Based-on-patch-by: