Fix multi-glob assertion in git-svn
commitb47ddefe02945f8746c642219450245cf83ed130
authorMarcus Griep <marcus@griep.us>
Fri, 8 Aug 2008 08:41:56 +0000 (8 01:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2008 23:23:32 +0000 (8 16:23 -0700)
tree35180e7b69e1d4de256f9c66e48efb9b6261b420
parent261044e85ddac3de48dc74dd9c416c95147022ad
Fix multi-glob assertion in git-svn

Fixes bad regex match check for multiple globs (would always return
one glob regardless of actual number).

[ew: fixed a bashism in the test and some minor line-wrapping]

Signed-off-by: Marcus Griep <marcus@griep.us>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl
t/t9108-git-svn-glob.sh