Re: credential..helper with partial url path

2018-09-21 Thread Jeff King
On Fri, Sep 21, 2018 at 04:56:20PM +, Zych, David M wrote: > Suppose I need to use different credential.helper values for different > repositories on the same HTTPS host. Ideally I would like to be able to > write this logic using a partial URL path prefix, for example in > ~/.gitconfig >

credential..helper with partial url path

2018-09-21 Thread Zych, David M
Suppose I need to use different credential.helper values for different repositories on the same HTTPS host. Ideally I would like to be able to write this logic using a partial URL path prefix, for example in ~/.gitconfig [credential "https://example.com/prefix1/foo.git";] helper = !ZZ