Re: [PATCH] builtin/clone: get rid of 'value' strbuf

2017-06-15 Thread Junio C Hamano
Christian Couder writes: > This makes the code simpler by removing a few lines, and getting > rid of one variable. > > Signed-off-by: Christian Couder > --- This patch may have meant well, but I think e5698f3a ("clone: respect additional configured fetch refspecs during initial fetch", 2017-05-

[PATCH] builtin/clone: get rid of 'value' strbuf

2017-06-14 Thread Christian Couder
This makes the code simpler by removing a few lines, and getting rid of one variable. Signed-off-by: Christian Couder --- builtin/clone.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/builtin/clone.c b/builtin/clone.c index a2ea019c59..370a233d22 100644 --- a/built