Re: [PATCH 1/4] for-each-ref: rename refinfo members to match similar structures

2015-05-20 Thread karthik nayak
On 05/20/2015 10:27 PM, Matthieu Moy wrote: Karthik Nayak writes: From: Jeff King This means that "git am" will consider Peff as the author ... Written-by: Jeff King ... hence this is not needed: in the final history, it will appear as if Peff wrote this Written-by: himself, which wo

Re: [PATCH 1/4] for-each-ref: rename refinfo members to match similar structures

2015-05-20 Thread Matthieu Moy
Karthik Nayak writes: > From: Jeff King This means that "git am" will consider Peff as the author ... > Written-by: Jeff King ... hence this is not needed: in the final history, it will appear as if Peff wrote this Written-by: himself, which would be weird. If it is the case, you should add

[PATCH 1/4] for-each-ref: rename refinfo members to match similar structures

2015-05-20 Thread Karthik Nayak
From: Jeff King Written-by: Jeff King Signed-off-by: Karthik Nayak --- builtin/for-each-ref.c | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/builtin/for-each-ref.c b/builtin/for-each-ref.c index 83f9cf9..2721228 100644 --- a/built