Skip to content
  • Michael G. Schwern's avatar
    git-svn: replace URL escapes with canonicalization · 9c27a57b
    Michael G. Schwern authored
    
    
    The old hand-rolled URL escape functions were inferior to
    canonicalization functions.
    
    Continuing to move towards getting everything canonicalizing the same way.
    
    * Git::SVN->init_remote_config and Git::SVN::Ra->minimize_url both
      have to canonicalize the same way else init_remote_config
      will incorrectly think they're different URLs causing
      t9107-git-svn-migrate.sh to fail.
    
    [ew: commit title]
    
    Signed-off-by: default avatarEric Wong <normalperson@yhbt.net>
    9c27a57b