Re: [PATCH] bisect--helper: convert a function in shell to C

2016-03-21 Thread Pranit Bauva
On Tue, Mar 22, 2016 at 11:40 AM, Christian Couder wrote: > On Tue, Mar 22, 2016 at 1:28 AM, Stefan Beller wrote: >> On Mon, Mar 21, 2016 at 12:00 PM, Pranit Bauva >> wrote: >>> Convert the code literally without changing its design even though it >>> seems that its obscure as to the use of com

Re: [PATCH] bisect--helper: convert a function in shell to C

2016-03-21 Thread Pranit Bauva
On Tue, Mar 22, 2016 at 5:58 AM, Stefan Beller wrote: > On Mon, Mar 21, 2016 at 12:00 PM, Pranit Bauva wrote: >> Convert the code literally without changing its design even though it >> seems that its obscure as to the use of comparing revision to different >> bisect >> arguments which seems lik

Re: [PATCH] bisect--helper: convert a function in shell to C

2016-03-21 Thread Christian Couder
On Tue, Mar 22, 2016 at 1:28 AM, Stefan Beller wrote: > On Mon, Mar 21, 2016 at 12:00 PM, Pranit Bauva wrote: >> Convert the code literally without changing its design even though it >> seems that its obscure as to the use of comparing revision to different >> bisect >> arguments which seems lik

Re: [PATCH] bisect--helper: convert a function in shell to C

2016-03-21 Thread Stefan Beller
On Mon, Mar 21, 2016 at 12:00 PM, Pranit Bauva wrote: > Convert the code literally without changing its design even though it > seems that its obscure as to the use of comparing revision to different bisect > arguments which seems like a problem in shell because of the way > function arguments are

[PATCH] bisect--helper: convert a function in shell to C

2016-03-21 Thread Pranit Bauva
Convert the code literally without changing its design even though it seems that its obscure as to the use of comparing revision to different bisect arguments which seems like a problem in shell because of the way function arguments are handled. Signed-off-by: Pranit Bauva --- builtin/bisect--he