Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-11 10:22:02 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-12 09:05:09 +0400
commit221e743c037fc1f9a729adc760546d23df9544a7 (patch)
tree3457e0590f6f88f00692e1c23693bbfe061920b1 /git-diff.sh
parent94fa447ace56bc6514bdd66cafe8f56f0e3ce936 (diff)
git-fetch --tags: deal with tags with spaces in them.
"git-fetch --tags" can get confused with tags with spaces in their names, it used to use shell IFS to split the list of tags and also used curl which insists the URL to be escaped. Fix it so it can work with Martin's moodle repository http://locke.catalyst.net.nz/git/moodle.git/. We still reserve characters like leading plus-sign '+' and colon ':' anywhere to represent refspec src-dst pair, and obviously we cannot use LF (that terminates Pull: line in .git/remotes files), but now you can have spaces with this patch. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-diff.sh')
0 files changed, 0 insertions, 0 deletions