Skip to content
Snippets Groups Projects
Commit e4e5dd94 authored by Victor Leschuk's avatar Victor Leschuk Committed by Eric Wong
Browse files

git-svn: loosen config globs limitations


Expand the area of globs applicability for branches and tags
in git-svn. It is now possible to use globs like 'a*e', or 'release_*'.
This allows users to avoid long lines in config like:

	branches = branches/{release_20,release_21,release_22,...}

In favor of:

	branches = branches/release_*

[ew: amended commit message, minor formatting and style fixes]

Signed-off-by: default avatarVictor Leschuk <vleschuk@accesssoftek.com>
Signed-off-by: default avatarEric Wong <normalperson@yhbt.net>
parent db6696f6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment