diff options
author | David Symonds <dsymonds@gmail.com> | 2007-08-03 08:45:56 +1000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-08-02 17:26:07 -0700 |
commit | 29093c28a21d75500e9388ad103b9af9a0bab1ae (patch) | |
tree | 196cf67c20b63111acca1ac6f77570e786e283ea /Documentation/config.txt | |
parent | d825a974950b397c6ffbf44b84a7158bfcaba819 (diff) | |
download | git-29093c28a21d75500e9388ad103b9af9a0bab1ae.tar.gz |
Fix documentation for core.gitproxy to reflect code
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 3135cb7a66..de9e72b562 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -101,7 +101,7 @@ Example # Proxy settings [core] - gitProxy="ssh" for "ssh://kernel.org/" + gitProxy="ssh" for "kernel.org" gitProxy=default-proxy ; for the rest Variables |