Re: [PATCH v3 0/4] git remote improvements

2016-02-16 Thread Junio C Hamano
Thomas Gummerer writes: > Previous rounds are at $gmane/286214 and $gmane/286278. Thanks to > Peff and Eric for the reviews on the previous round. > > This version changes two checks in [1/4], and uses test_config in the > tests instead of calling git config directly. Thanks; I agree that 1/4 i

Re: [PATCH v3 0/4] git remote improvements

2016-02-16 Thread Jeff King
On Tue, Feb 16, 2016 at 10:47:48AM +0100, Thomas Gummerer wrote: > Previous rounds are at $gmane/286214 and $gmane/286278. Thanks to > Peff and Eric for the reviews on the previous round. This round looks good to me. Thanks for working on it! Reviewed-by: Jeff King -Peff -- To unsubscribe fro

[PATCH v3 0/4] git remote improvements

2016-02-16 Thread Thomas Gummerer
Previous rounds are at $gmane/286214 and $gmane/286278. Thanks to Peff and Eric for the reviews on the previous round. This version changes two checks in [1/4], and uses test_config in the tests instead of calling git config directly. Interdiff below: diff --git a/remote.c b/remote.c index d10a