From 8853228dfddb5fdb537253d3fd06d22f47f8512b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 19 May 2017 21:03:57 +0200 Subject: [PATCH] Mention Bug Fix in release notes When interrupting Git processes in Git Bash by pressing Ctrl+C, [Git now removes `.lock` files as designed](https://github.com/git-for-windows/msys2-runtime/pull/15) ([accompanying Git PR](https://github.com/git-for-windows/git/pull/1170); this should also fix [issue #338](https://github.com/git-for-windows/git/issues/338)). Signed-off-by: Johannes Schindelin --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index af3cc3bc7b..b480184d05 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -43,6 +43,7 @@ This package contains software from a number of other projects including Bash, z ### Bug Fixes * The documentation of Git for Windows' several config files [was improved](https://github.com/git-for-windows/git/pull/1165). +* When interrupting Git processes in Git Bash by pressing Ctrl+C, [Git now removes `.lock` files as designed](https://github.com/git-for-windows/msys2-runtime/pull/15) ([accompanying Git PR](https://github.com/git-for-windows/git/pull/1170); this should also fix [issue #338](https://github.com/git-for-windows/git/issues/338)). ## Changes since Git for Windows v2.12.2(2) (April 5th 2017)