Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: loosen config globs limitations
author
Victor Leschuk
<vleschuk@gmail.com>
Mon, 11 Jan 2016 14:25:58 +0000
(17:25 +0300)
committer
Eric Wong
<normalperson@yhbt.net>
Tue, 15 Mar 2016 01:35:38 +0000
(
01:35
+0000)
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 <vleschuk@accesssoftek.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
raw
|
patch
| inline |
side by side
(from:
e4e5dd9
)
No differences found