Re: [Q] updates to gitk, git-gui and git-svn for 2.8?
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:08:44
Eric Wong [off-list ref] writes:
Anyways, we'll let that cook a while and the other two patches
can be had at:
The following changes since commit db6696f653b917509dac1ac13b922e12773a84ff:
Merge branch 'mg/wt-status-mismarked-i18n' (2016-03-14 10:46:17 -0700)
are available in the git repository at:
git://bogomips.org/git-svn.git svn-glob
for you to fetch changes up to 62335bbbc747c96636b5ce9917b156304c732eaf:
git-svn: shorten glob error message (2016-03-15 01:35:39 +0000)
----------------------------------------------------------------
Eric Wong (1):
git-svn: shorten glob error message
Victor Leschuk (1):
git-svn: loosen config globs limitations
Documentation/git-svn.txt | 12 ++
perl/Git/SVN/GlobSpec.pm | 18 ++-
t/t9108-git-svn-glob.sh | 9 +-
t/t9109-git-svn-multi-glob.sh | 9 +-
t/t9168-git-svn-partially-globbed-names.sh | 223 +++++++++++++++++++++++++++++
5 files changed, 258 insertions(+), 13 deletions(-)
create mode 100755 t/t9168-git-svn-partially-globbed-names.shThanks. Pulled.