2013/3/6 Jeff King :
> On Wed, Mar 06, 2013 at 10:21:42AM +0100, Yves Blusseau wrote:
>
>> > Try:
>> >
>> > git config --global http.proxy 'socks://yourhost:port'
>> >
>> > That will enable it for all git repositories on your machine
2013/3/6 Jeff King :
> Try:
>
> git config --global http.proxy 'socks://yourhost:port'
>
> That will enable it for all git repositories on your machine. Git should
> also respect any environment variables that curl handles (because we use
> libcurl under the hood), if you prefer to set it up that
> Try:
>
> git config --global http.proxy 'socks://yourhost:port'
>
> That will enable it for all git repositories on your machine. Git should
> also respect any environment variables that curl handles (because we use
> libcurl under the hood), if you prefer to set it up that way. See "man
> curl
resolve svn branches into
git remote refs using paths declared in svn-remote.*.fetch and
svn-remote.*.branches configurations
Signed-off-by: Yves Blusseau
---
contrib/completion/git-prompt.sh | 56
+++-
1 file changed, 55 insertions(+), 1 deletion(-)
diff
refs using paths declared in svn-remote.*.branches
configurations
Signed-off-by: Yves Blusseau
---
contrib/completion/git-prompt.sh | 48
+++-
1 file changed, 47 insertions(+), 1 deletion(-)
diff --git a/contrib/completion/git-prompt.sh
b/contrib
5 matches
Mail list logo