diff options
author | Junio C Hamano <junkio@cox.net> | 2005-11-19 03:48:56 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-21 13:48:58 -0800 |
commit | e814bc4d159f62941fafe135c3008b3ff103444d (patch) | |
tree | ae80003b7dca5265e93dbbc85b0b1f3a3678ab0b /git-revert.sh | |
parent | proxy-command support for git:// (diff) | |
download | tgif-e814bc4d159f62941fafe135c3008b3ff103444d.tar.xz |
git-proxy updates.
This builds on top of the git-proxy mechanism Paul Collins did,
and updates its configuration mechanism.
* GIT_PROXY_COMMAND environment variable is used as the
catch-all fallback, as in the original. This has not
changed.
* Renames proxy configuration variables to core.gitproxy; this
has become a multi-value variable per list discussion, most
notably from suggestion by Linus.
[core]
;# matches www.kernel.org as well
gitproxy = netcatter for kernel.org
gitproxy = netscatter for sample.xz
gitproxy = none for mydomain.xz
gitproxy = netcatter-default
The values are command names, followed by an optional " for "
and domainname; the first tail-match of the domainname
determines which proxy command is used. An entry without "
for " matches any domain and can be used as the default.
The command name "none" is special -- it tells the mechanism
not to use any proxy command and use the native git://
connection.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-revert.sh')
0 files changed, 0 insertions, 0 deletions