1
0
mirror of https://github.com/git/git.git synced 2024-10-22 01:49:40 +02:00
git/t/Git-SVN
Michael G. Schwern 280ad88aa0 git-svn: factor out _collapse_dotdot function
The SVN API functions will not accept ../foo but their canonicalization
functions will not collapse it.  So we'll have to do it ourselves.

_collapse_dotdot() works better than the existing regex did.

This will be used shortly when canonicalize_path() starts using the
SVN API.

[ew: commit title]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
2012-08-02 21:43:58 +00:00
..
Utils git-svn: factor out _collapse_dotdot function 2012-08-02 21:43:58 +00:00
00compile.t Extract Git::SVN::GlobSpec from git-svn. 2012-07-27 22:36:19 +00:00