Re: [PATCH v7 04/11] for-each-ref: add '--points-at' option

2015-07-05 Thread Karthik Nayak
On Thu, Jul 2, 2015 at 10:35 PM, Matthieu Moy wrote: > Karthik Nayak writes: > >> Add the '--points-at' option provided by 'ref-filter'. The >> option lets the user to list only refs which pertain to the >> given object. > > You are using "pertain to" (here, in git-for-each-ref.txt and in the > d

Re: [PATCH v7 04/11] for-each-ref: add '--points-at' option

2015-07-02 Thread Matthieu Moy
Karthik Nayak writes: > Add the '--points-at' option provided by 'ref-filter'. The > option lets the user to list only refs which pertain to the > given object. You are using "pertain to" (here, in git-for-each-ref.txt and in the docstring), while the common use it to talk about "point to" or "p

[PATCH v7 04/11] for-each-ref: add '--points-at' option

2015-07-02 Thread Karthik Nayak
Add the '--points-at' option provided by 'ref-filter'. The option lets the user to list only refs which pertain to the given object. Add documentation and tests for the same. Based-on-patch-by: Jeff King Mentored-by: Christian Couder Mentored-by: Matthieu Moy Signed-off-by: Karthik Nayak ---