-
Bug
-
Resolution: Fixed
-
High
-
None
-
Next minor release
-
Severity 2 - Major
This happens in 2.4 (73) for Mac. Works fine in 2.3.1.
Let's say you have commits:
D (newest)
C
B
A (oldest)
And you rebase interactively on A. In the 'Reorder and amend commits' window you'll see:
D
C
B
If you select D and click on 'Squash with previous' you'll get:
[2 commits]
__C
__D
B
And then you select [2 commits] and click on squash again:
[3 commits]
__D
__B
C
The order of the squashed commits is messed up in every step.
Thanks
Form Name |
---|
Great, thanks Gabriel!