From: Victor Leschuk Date: Mon, 11 Jan 2016 14:25:58 +0000 (+0300) Subject: git-svn: loosen config globs limitations X-Git-Tag: v2.8.0-rc3~6^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e4e5dd94e6eea4b50d8baed8b6b8cc50f6c8eae4?hp=e4e5dd94e6eea4b50d8baed8b6b8cc50f6c8eae4 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: Victor Leschuk Signed-off-by: Eric Wong ---