Skip to content

Commit

Permalink
Mention Bug Fix in release notes
Browse files Browse the repository at this point in the history
Executing `git.exe` in Git Bash when the current
working directory is a UNC path [now works as
expected](git-for-windows/git#1181).

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed May 30, 2017
1 parent a48d15d commit 02aa710
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 @@ -48,6 +48,7 @@ This package contains software from a number of other projects including Bash, z
* 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)).
* `git status -uno` [now treats submodules in ignored directories correctly](https://github.com/git-for-windows/git/issues/1179).
* The fscache feature [no longer slows down `git commit -m <message>` in large worktrees](https://github.com/git-for-windows/git/commit/bda7f0728ac55e55d79ed0786c1b5ce2ef7e6117).
* Executing `git.exe` in Git Bash when the current working directory is a UNC path [now works as expected](https://github.com/git-for-windows/git/issues/1181).

## Changes since Git for Windows v2.12.2(2) (April 5th 2017)

Expand Down

0 comments on commit 02aa710

Please sign in to comment.