summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d825a97)
raw | patch | inline | side by side (parent: d825a97)
author | David Symonds <dsymonds@gmail.com> | |
Thu, 2 Aug 2007 22:45:56 +0000 (08:45 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 3 Aug 2007 00:26:07 +0000 (17:26 -0700) |
The current implementation of core.gitproxy only operates on
git:// URLs, so the ssh:// examples and custom protocol examples
have been removed or edited.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git:// URLs, so the ssh:// examples and custom protocol examples
have been removed or edited.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history | |
Documentation/git-config.txt | patch | blob | history |
index 3135cb7a66814a5764891641f300be07681c551e..de9e72b562eec6310af23cb4e5ef237268e8df2a 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
# Proxy settings
[core]
- gitProxy="ssh" for "ssh://kernel.org/"
+ gitProxy="ssh" for "kernel.org"
gitProxy=default-proxy ; for the rest
Variables
index 8451cccf8a34d73a3b6b74be53af8ad110fc9f09..c3dffffe3209317fdd228c9a4a1ac89cb1c348f4 100644 (file)
; Proxy settings
[core]
- gitproxy="ssh" for "ssh://kernel.org/"
gitproxy="proxy-command" for kernel.org
- gitproxy="myprotocol-command" for "my://"
gitproxy=default-proxy ; for all the rest
you can set the filemode to true with
To add a new proxy, without altering any of the existing ones, use
------------
-% git config core.gitproxy '"proxy" for example.com'
+% git config core.gitproxy '"proxy-command" for example.com'
------------