]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: convert globs to regexps for branch destinations
authorEric Wong <normalperson@yhbt.net>
Thu, 25 Jun 2009 09:28:15 +0000 (02:28 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 25 Jun 2009 09:28:25 +0000 (02:28 -0700)
commitf7050599310c18bd67b35b8d59486116b30ff1f6
tree079231037b9d7a81e08d98cbbffcb3731851ffda
parent6224406914c3d3fecec73e32ed271dbdc0c8736a
git-svn: convert globs to regexps for branch destinations

Marc Branchaud wrote:
> I'm fairly happy with this, except for the way the branch
> subcommand matches refspecs.  The patch does a simple string
> comparison, but it'd be better to do an actual glob.  I just
> couldn't track down the right function for that, so I left it as
> a strcmp and hope that a gitizen can tell me how to glob here.

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