You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <johannes.schindelin@gmx.de>
Copy file name to clipboardExpand all lines: ReleaseNotes.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ This package contains software from a number of other projects including Bash, z
62
62
*`git difftool --no-index`[can now be run outside of Git worktrees](https://github.com/git-for-windows/git/pull/2175).
63
63
*`gitk`[now works correctly](https://github.com/git-for-windows/git/pull/2170) in the presence of a large number of branches/tags.
64
64
*`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.
65
66
66
67
## Changes since Git for Windows v2.20.1 (December 15th 2018)
0 commit comments