branch: add '--points-at' option
authorKarthik Nayak <redacted>
Wed, 23 Sep 2015 18:11:13 +0000 (23:41 +0530)
committerJunio C Hamano <redacted>
Fri, 25 Sep 2015 15:54:54 +0000 (08:54 -0700)
commitaa3bc55e408d4daab52239d6b80f7d4bb87f6de7
treedba5ad427c731161a7925a3f03dc8d0ecaadab08
parentaedcb7dc75e5c260f20bebe14925f3ac4841b03d
branch: add '--points-at' option

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 <redacted>
Mentored-by: Matthieu Moy <redacted>
Signed-off-by: Karthik Nayak <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-branch.txt
builtin/branch.c
t/t3203-branch-output.sh
git clone https://git.99rst.org/PROJECT