From ed8d232f68f993daf4fc87aac0750f94fd2310cd Mon Sep 17 00:00:00 2001 From: "gitforwindowshelper[bot]" Date: Tue, 9 Jul 2024 21:43:39 +0000 Subject: [PATCH] Add a release note (bug) Git Bash's `ls` command [can now be used in OneDrive-managed folders](https://github.com/git-for-windows/msys2-runtime/pull/69) without having to hydrate all the files. Signed-off-by: gitforwindowshelper[bot] --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4ff50353f8..3fa558e9a3 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -54,6 +54,10 @@ 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. +### Bug Fixes + +* Git Bash's `ls` command [can now be used in OneDrive-managed folders](https://github.com/git-for-windows/msys2-runtime/pull/69) without having to hydrate all the files. + ## Changes since Git for Windows v2.45.1 (May 14th 2024) ### New Features