make --upload-pack option to git-fetch configurable
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Thu, 25 Jan 2007 04:45:39 +0000 (05:45 +0100)
committerJunio C Hamano <junkio@cox.net>
Thu, 25 Jan 2007 07:06:30 +0000 (23:06 -0800)
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>
No differences found