Re: Using socks proxy with git for http(s) transport

2013-03-06 Thread Yves Blusseau
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

Re: Using socks proxy with git for http(s) transport

2013-03-06 Thread Yves Blusseau
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

Re: Using socks proxy with git for http(s) transport

2013-03-06 Thread Yves Blusseau
> 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

[PATCH] completion: resolve svn remote upstream refs

2012-08-03 Thread Yves Blusseau
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

[PATCH] completion: resolve svn remote upstream refs

2012-08-02 Thread Yves Blusseau
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