branch: add '--points-at' option
authorKarthik Nayak <karthik.188@gmail.com>
Wed, 23 Sep 2015 18:11:13 +0000 (23:41 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2015 15:54:54 +0000 (08:54 -0700)
Add the '--points-at' option provided by 'ref-filter'. The option lets
the user to list only branches which points at the given object.

Add documentation and tests for the same.

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>
No differences found