Skip to content

Commit f6cea7b

Browse files
authored
Merge pull request #648 from git-for-windows/drop-git-flow
Drop `git flow`
2 parents 47b8734 + 8715fae commit f6cea7b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ Git for Windows is distributed with other components yet, such as Bash, zlib, cu
4141

4242
Due to persistent maintenance challenges and the community's limited engagement and usage, `git svn` support in Git for Windows will be [dropped from the next major Git for Windows release](https://github.com/git-for-windows/git/issues/5405).
4343

44+
Note that `git flow` is no longer shipped with Git for Windows, after a version had been distributed that had been languishing for years. Even the original, years-stale Git Flow project [has been archived](https://github.com/nvie/gitflow/issues/3#issuecomment-3400894835).
45+
4446
### New Features
4547

4648
* Comes with [OpenSSL v3.5.4](https://www.openssl.org/news/openssl-3.5-notes.html).
4749
* Comes with the MSYS2 runtime (Git for Windows flavor) based on [Cygwin v3.6.5](https://inbox.sourceware.org/cygwin-announce/d0ea504c-d683-4ed6-a47e-e866ddd37613@dronecode.org.uk/).
4850
* Comes with [OpenSSH v10.2.P1](https://github.com/openssh/openssh-portable/releases/tag/V_10_2_P1).
51+
* Drops `git flow`.
4952

5053
### Bug Fixes
5154

git-extra/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkgbase="mingw-w64-${_realname}"
55
pkgname=($_realname
66
"${MINGW_PACKAGE_PREFIX}-${_realname}")
77
_ver_base=1.1
8-
pkgver=1.1.672.64870a8db
8+
pkgver=1.1.674.3bd5106ab
99
pkgrel=1
1010
pkgdesc="Git for Windows extra files"
1111
arch=('any')
@@ -82,7 +82,7 @@ sha256sums=('8ed76d1cb069ac8568f21c431f5e23caebea502d932ab4cdff71396f4f0d5b72'
8282
'683ab066be19cb4defec470ebd53f165ca5dbf761fd40c13aee8abe31ba42803'
8383
'1cf2c13fb97c51375a76ed479362c3cbcdb51ab4d3a745e8d2c3a780badd8d46'
8484
'32223da4e1264d0c9663dd3d4b347131a634e96c2676d673ca58b2a6c58d2aea'
85-
'7436438b8db90ce4b79402a5383a688fa95831167b38f9f918f438ade199a44d'
85+
'b3393a6197ee920d27a646b59c5bdafff15da31772fff59bc9f8fbc9f5d358cb'
8686
'22f41610dea842890955032af30efdb60e80f310e95a04e57ab36b10e0376923'
8787
'8120b41b869693e07acc4707a0ab45505e7c5e4156a3a44b19152f1f425df85f'
8888
'15b40ab72dea884f659cfbe441e9a40b2d8d63e490a3c14824a55607368e476d'

git-extra/git-sdk.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ sdk () {
127127
bash \
128128
curl \
129129
gawk \
130-
git-flow \
131130
gnupg \
132131
heimdal \
133132
mintty \

make-file-list.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ LIBCURL_EXTRA=
160160
required=
161161
for req in mingw-w64-$PACMAN_ARCH-git-credential-manager $SH_FOR_REBASE $LIBCURL_EXTRA \
162162
$(test -n "$MINIMAL_GIT" || echo \
163-
mingw-w64-$PACMAN_ARCH-connect git-flow unzip docx2txt \
163+
mingw-w64-$PACMAN_ARCH-connect unzip docx2txt \
164164
mingw-w64-$PACMAN_ARCH-antiword mingw-w64-$PACMAN_ARCH-odt2txt \
165165
mingw-w64-$PACMAN_ARCH-xpdf-tools ssh-pageant mingw-w64-$PACMAN_ARCH-git-lfs \
166166
tig nano perl-JSON libpcre2_8 libpcre2posix $GIT_UPDATE_EXTRA_PACKAGES)
@@ -183,7 +183,7 @@ if test -z "$MINIMAL_GIT"
183183
then
184184
packages="$packages mingw-w64-$PACMAN_ARCH-git-doc-html ncurses mintty vim nano
185185
winpty less gnupg tar diffutils patch dos2unix which subversion perl-JSON
186-
mingw-w64-$PACMAN_ARCH-tk mingw-w64-$PACMAN_ARCH-connect git-flow docx2txt
186+
mingw-w64-$PACMAN_ARCH-tk mingw-w64-$PACMAN_ARCH-connect docx2txt
187187
mingw-w64-$PACMAN_ARCH-antiword mingw-w64-$PACMAN_ARCH-odt2txt ssh-pageant
188188
mingw-w64-$PACMAN_ARCH-git-lfs mingw-w64-$PACMAN_ARCH-xz tig $GIT_UPDATE_EXTRA_PACKAGES"
189189
fi

0 commit comments

Comments
 (0)