Re: [PATCH 4/5] rebase: use update_ref

2015-07-28 Thread David Turner
On Tue, 2015-07-28 at 11:18 -0700, Junio C Hamano wrote: > David Turner writes: > > > Instead of manually writing a pseudoref (in one case) and shelling out > > to git update-ref (in another), use the update_ref function. This > > is much simpler. > > > > Signed-off-by: David Turner > > --- > >

Re: [PATCH 4/5] rebase: use update_ref

2015-07-28 Thread Junio C Hamano
David Turner writes: > Instead of manually writing a pseudoref (in one case) and shelling out > to git update-ref (in another), use the update_ref function. This > is much simpler. > > Signed-off-by: David Turner > --- > bisect.c | 37 - > 1 file changed, 8

[PATCH 4/5] rebase: use update_ref

2015-07-27 Thread David Turner
Instead of manually writing a pseudoref (in one case) and shelling out to git update-ref (in another), use the update_ref function. This is much simpler. Signed-off-by: David Turner --- bisect.c | 37 - 1 file changed, 8 insertions(+), 29 deletions(-) diff -