aboutsummaryrefslogtreecommitdiff
path: root/t/t9118-git-svn-funky-branch-names.sh
Commit message (Collapse)AuthorAge
* git-svn: support for funky branch and project names over HTTP(S)Eric Wong2007-11-12
SVN requires that paths be URI-escaped for HTTP(S) repositories. file:// and svn:// repositories do not need these rules. Additionally, accessing individual paths inside repositories (check_path() and get_log() do NOT require escapes to function and in fact it breaks things). Noticed-by: Michael J. Cohen <mjc@cruiseplanners.com> Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>