Re: [RFC/PATCH 11/11] branch: add '--points-at' option

2015-07-29 Thread Karthik Nayak
On Tue, Jul 28, 2015 at 1:16 PM, Jacob Keller wrote: > On Tue, Jul 28, 2015 at 12:11 AM, Karthik Nayak wrote: >> 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 sam

Re: [RFC/PATCH 11/11] branch: add '--points-at' option

2015-07-28 Thread Jacob Keller
On Tue, Jul 28, 2015 at 12:11 AM, Karthik Nayak wrote: > 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 > Mentored-by: Matthie

[RFC/PATCH 11/11] branch: add '--points-at' option

2015-07-28 Thread Karthik Nayak
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 Mentored-by: Matthieu Moy Signed-off-by: Karthik Nayak --- Documentation/git-branch.t