Skip to content

Commit

Permalink
Mention Bug Fix in release notes
Browse files Browse the repository at this point in the history
When configuring HTTPS transport to use
Secure Channel, [we now refrain from configuring
`http.sslCAInfo`](#172).
This also helps Git LFS (which uses Git for Windows' private
`http.sslCAInfo` setting) to use the same credentials as `git fetch`
and `git push`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Feb 16, 2018
1 parent 4713a15 commit 36213b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ This package contains software from a number of other projects including Bash, z
### Bug Fixes

* The Perl upgrade in Git for Windows v2.16.1(4) [broke interactive authentication of `git svn`](https://github.com/git-for-windows/git/issues/1488), which was fixed.
* When configuring HTTPS transport to use Secure Channel, [we now refrain from configuring `http.sslCAInfo`](https://github.com/git-for-windows/build-extra/pull/172). This also helps Git LFS (which uses Git for Windows' private `http.sslCAInfo` setting) to use the same credentials as `git fetch` and `git push`.

## Changes since Git for Windows v2.16.1(3) (February 6th 2018)

Expand Down

0 comments on commit 36213b8

Please sign in to comment.