[PATCH] git-svn: added an --include-path flag

2013-05-03 Thread Paul Walmsley
then using --ignore-path is difficult as it requires a very long regexp. In this case it's much easier to filter for inclusion. Signed-off-by: Paul Walmsley pjwh...@gmail.com --- Documentation/git-svn.txt | 12 +++ contrib/completion/git-completion.bash |2 +- git-svn.perl

[PATCH] git-svn: added an --include-path flag (resent fixing mail format)

2013-04-24 Thread Paul Walmsley
The SVN::Fetcher module is now able to filter for inclusion as well as exclusion (as used by --ignore-path). Also added tests, documentation changes and git completion script. If you have an SVN repository with many top level directories and you only want a git-svn clone of some of them then

[PATCH] git-svn: added an --include-path flag

2013-04-17 Thread Paul Walmsley
then using --ignore-path is difficult as it requires a very long regexp. In this case it's much easier to filter for inclusion. Signed-off-by: Paul Walmsley pjwh...@gmail.com --- Documentation/git-svn.txt | 12 +++ contrib/completion/git-completion.bash |2 +- git-svn.perl