]> git.ipfire.org Git - thirdparty/git.git/commit - t/t6302-for-each-ref-filter.sh
for-each-ref: add '--merged' and '--no-merged' options
authorKarthik Nayak <karthik.188@gmail.com>
Tue, 7 Jul 2015 16:06:13 +0000 (21:36 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 17:25:28 +0000 (10:25 -0700)
commit7c32834813bd6aee5ce5b2c4131d9f34249bc9e3
treeb45207d72dd05e581a93ddf41df6ad4d7fc188a0
parent35257aa01203bae74f9fb856fb02c10c4b3836e6
for-each-ref: add '--merged' and '--no-merged' options

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 and tests for the same.

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>
Documentation/git-for-each-ref.txt
builtin/for-each-ref.c
t/t6302-for-each-ref-filter.sh