Re: [RFC/PATCH 05/11] branch: fix width computation

2015-07-28 Thread Karthik Nayak
On Tue, Jul 28, 2015 at 3:17 PM, Matthieu Moy wrote: > Karthik Nayak writes: > >> From: Karthik Nayak > > Why did send-email add this From: header? Strange, it has the same > content as your actual From: field. > Not sure why, everything else came out fine. Idk what happened here. >> Remove un

Re: [RFC/PATCH 05/11] branch: fix width computation

2015-07-28 Thread Matthieu Moy
Karthik Nayak writes: > From: Karthik Nayak Why did send-email add this From: header? Strange, it has the same content as your actual From: field. > Remove unnecessary variables from ref_list and ref_item > which were used for width computation. Make other changes > accordingly. This patch is

[RFC/PATCH 05/11] branch: fix width computation

2015-07-27 Thread Karthik Nayak
From: Karthik Nayak Remove unnecessary variables from ref_list and ref_item which were used for width computation. Make other changes accordingly. This patch is a precursor for porting branch.c to use ref-filter APIs. Based-on-patch-by: Jeff King Mentored-by: Christian Couder Mentored-by: Matt