From 47afb764e8f2246dbedfc27dcb4907c413b850db Mon Sep 17 00:00:00 2001 From: "gitforwindowshelper[bot]" Date: Thu, 18 Jul 2024 21:36:49 +0000 Subject: [PATCH] Add a release note (feature) The server-side component of OpenSSH, which had been shipped with Git for Windows for historical reasons only, is [now no longer distributed with it](https://github.com/git-for-windows/build-extra/pull/571). Signed-off-by: gitforwindowshelper[bot] --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 47c3d025f8..d92a11f4aa 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -54,6 +54,7 @@ Please also note that the 32-bit variant of Git for Windows is deprecated; Its l * Comes with [MinTTY v3.7.4](https://github.com/mintty/mintty/releases/tag/3.7.4). * `git config` [respects two user-wide configs](https://git-scm.com/docs/git-config#FILES): `.gitconfig` in the home directory, and `.config/git/config`. Since the latter isn't a Windows-native directory, [Git for Windows now looks for `Git/config` in the `AppData` directory](https://github.com/git-for-windows/git/pull/5030), unless `.config/git/config` exists. * The [FSMonitor feature](https://github.com/git-for-windows/git/discussions/3251) is no longer experimental, and therefore no longer offered as installer option. Users are encouraged to enable this on a per-repository basis, via the config setting `core.fsmonitor=true` (`scalar clone` does this automatically). +* The server-side component of OpenSSH, which had been shipped with Git for Windows for historical reasons only, is [now no longer distributed with it](https://github.com/git-for-windows/build-extra/pull/571). ### Bug Fixes