| author | Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de> | |
| Thu, 25 Jan 2007 04:45:39 +0000 (05:45 +0100) | ||
| committer | Junio C Hamano <junkio@cox.net> | |
| Thu, 25 Jan 2007 07:06:30 +0000 (23:06 -0800) | ||
| commit | 5dee29ac0fc95999a42c5cbac767724a9ff73cfa | |
| tree | 657b55a44ddf363f6a9540b0b4e5eb900ab99bc1 | tree | snapshot |
| parent | e28714c527339a477fca226765163b9361d94285 | commit | diff |
make --upload-pack option to git-fetch configurable
This introduces the config item remote.<name>.uploadpack to override the
default value (which is "git-upload-pack").
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This introduces the config item remote.<name>.uploadpack to override the
default value (which is "git-upload-pack").
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
| Documentation/config.txt | diff | blob | history | |
| git-fetch.sh | diff | blob | history | |
| git-parse-remote.sh | diff | blob | history |