Skip to content
Snippets Groups Projects
Commit d4c2e758 authored by Victor Leschuk's avatar Victor Leschuk Committed by Anton Wuerfel
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 19583f26
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 register or to comment