Skip to content

Commit 39d41d9

Browse files
committed
Mention Bug Fix in release notes
During a run of `git rebase --rebase-merges`, the output of `git status` [now shows `label` lines correctly](git-for-windows/git#2185), i.e. with the labels' names instead of the commit hash they point to. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e007325 commit 39d41d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ This package contains software from a number of other projects including Bash, z
6262
* `git difftool --no-index` [can now be run outside of Git worktrees](https://github.com/git-for-windows/git/pull/2175).
6363
* `gitk` [now works correctly](https://github.com/git-for-windows/git/pull/2170) in the presence of a large number of branches/tags.
6464
* `git rebase -i` used to get confused when an `exec` command created new commits and then appended `pick` lines for them. This [has been fixed](https://github.com/git-for-windows/git/pull/2121).
65+
* During a run of `git rebase --rebase-merges`, the output of `git status` [now shows `label` lines correctly](https://github.com/git-for-windows/git/pull/2185), i.e. with the labels' names instead of the commit hash they point to.
6566

6667
## Changes since Git for Windows v2.20.1 (December 15th 2018)
6768

0 commit comments

Comments
 (0)