Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include the patch package #74

Merged
merged 1 commit into from
Aug 31, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions installer/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ This package contains software from a number of other projects including Bash, z
* `call start-ssh-agent` [no longer spits out bogus lines](https://github.com/git-for-windows/git/issues/314).
* 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).
* 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`).
* 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.

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

Expand Down
2 changes: 1 addition & 1 deletion make-file-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ die "Could not install required packages"

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