Skip to content

Commit 143a81c

Browse files
committed
Merge branch 'git-svn'
Include `git svn` support. It does increase the size of the executable from 31MB to 40MB, but we cannot simply stop supporting `git svn`. Besides, we need to reward the hard work of the contributor @nalla who worked on MSys2-based Git for Windows to be able to use newer Subversion features in `git svn`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2 parents c613822 + e863dd0 commit 143a81c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

net-installer/setup-git-sdk.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
@%cwd%\usr\bin\pacman -S --force --noconfirm ^
5757
base python less openssh patch make tar diffutils ca-certificates ^
5858
perl-Error perl perl-Authen-SASL perl-libwww perl-MIME-tools ^
59-
perl-Net-SMTP-SSL perl-TermReadKey dos2unix ^
59+
perl-Net-SMTP-SSL perl-TermReadKey dos2unix subversion ^
6060
mintty vim git-extra ^
6161
mingw-w64-@@ARCH@@-git mingw-w64-@@ARCH@@-toolchain ^
6262
mingw-w64-@@ARCH@@-curl mingw-w64-@@ARCH@@-expat ^

portable/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pacman_list () {
5858

5959
LIST="$(pacman_list mingw-w64-$ARCH-git git-extra ncurses mintty vim \
6060
sed awk less grep gnupg findutils coreutils \
61-
dos2unix which $@|
61+
dos2unix which subversion "$@" |
6262
grep -v -e '\.[acho]$' -e '/aclocal/' \
6363
-e '/man/' \
6464
-e '^/usr/include/' -e '^/mingw32/include/' \

0 commit comments

Comments
 (0)