Skip to content

Commit 1c358ce

Browse files
committed
Merge pull request #74 from orgads/patch
Include the patch package for backwards-compatibility: Git for Windows 1.x included it, too. It only adds ~50kB to the size of the installers, anyway. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 4e13a83 + 78792a8 commit 1c358ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

installer/ReleaseNotes.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ This package contains software from a number of other projects including Bash, z
4545
* `call start-ssh-agent` [no longer spits out bogus lines](https://github.com/git-for-windows/git/issues/314).
4646
* It is now possible [even behind NTLM-authenticated proxies](https://github.com/git-for-windows/git/issues/309) to install [Git for Windows' SDK](https://git-for-windows.github.io/#download-sdk).
4747
* We [can handle the situation now](https://github.com/git-for-windows/git/issues/318) when the first `$PATH` elements point outside of Git for Windows' `bin/` directories and contain `.dll` files that interfere with our own (e.g. PostgreSQL's `libintl-8.dll`).
48+
* The patch package, which was included in msysgit but [not in Git for Windows](https://github.com/git-for-windows/git/issues/221) is now included.
4849

4950
##Changes since Git-2.4.6 (July 18th 2015)
5051

make-file-list.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ die "Could not install required packages"
3232

3333
pacman_list mingw-w64-$ARCH-git mingw-w64-$ARCH-git-doc-html \
3434
git-extra ncurses mintty vim openssh winpty \
35-
sed awk less grep gnupg tar findutils coreutils diffutils \
35+
sed awk less grep gnupg tar findutils coreutils diffutils patch \
3636
dos2unix which subversion mingw-w64-$ARCH-tk \
3737
mingw-w64-$ARCH-connect "$@" |
3838
grep -v -e '\.[acho]$' -e '\.l[ao]$' -e '/aclocal/' \

0 commit comments

Comments
 (0)