git svn: fix fetch where glob is on the top-level URL
commitffd5c8e457f8139ee89006083d97d47e17a066b8
authorEric Wong <normalperson@yhbt.net>
Fri, 23 Oct 2009 06:39:04 +0000 (22 23:39 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 27 Oct 2009 06:43:23 +0000 (26 23:43 -0700)
treefd9a89510d1603e387e835df738db87fa95ff5e2
parent610f99ec7d22b5750f12350f67c1341d6be8030f
git svn: fix fetch where glob is on the top-level URL

In cases where the top-level URL we're tracking is the path we
glob against, we can once again track odd repositories that keep
branches/tags at the top level.  This regression was introduced
in commit 6f5748e14cc5bb0a836b649fb8e2d6a5eb166f1d.

Thanks to Daniel Cordero for the original bug report and
bisection.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl