This patch series fixes and extends globs for branches and tags. The first patch fixes the assertion that protects git-svn from allowing multi-globs in branch names, whereas the second removes that restriction altogether, allowing up to one multi-glob set in defining a branch hierarchy. Also, patches are now under 80 chars wide except for a couple of echos in the test cases. Marcus Griep (2): Fix multi-glob assertion in git-svn git-svn: Allow deep branch names by supporting multi-globs git-svn.perl | 63 +++++++++--- t/t9108-git-svn-glob.sh | 22 ++++- t/t9108-git-svn-multi-glob.sh | 155 ++++++++++++++++++++++++++++ t/t9125-git-svn-multi-glob-branch-names.sh | 41 ++++++++ 4 files changed, 264 insertions(+), 17 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html