author | Marcus Griep <marcus@griep.us> | |
Fri, 8 Aug 2008 08:41:56 +0000 (01:41 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 8 Aug 2008 23:23:32 +0000 (16:23 -0700) | ||
commit | b47ddefe02945f8746c642219450245cf83ed130 | |
tree | 35180e7b69e1d4de256f9c66e48efb9b6261b420 | tree | snapshot |
parent | 261044e85ddac3de48dc74dd9c416c95147022ad | commit | diff |
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>
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 | diff | blob | history | |
t/t9108-git-svn-glob.sh | diff | blob | history |