On Fri, Apr 27, 2018 at 1:48 PM, Johannes Schindelin <johannes.schindelin@xxxxxx> wrote: > During a series of fixup/squash commands, the interactive rebase builds > up a commit message with comments. This will be presented to the user in > the editor if at least one of those commands was a `squash`. This sounds as if the whole series will be presented to the user, i.e. pick A squash B fixup C would present A+B+C in the editor. I always assumed the sequencer to be linear, i.e. pick A+B, open editor and then fixup C into the previous result? No need to resend it reworded, I just realize that I never tested my potentially wrong assumption. > The diff is best viewed with --color-moved. ... and web pages are "best viewed with IE 6.0" ;-) I found this so funny that I had to download the patches and actually look at them using the move detection only to find out that only very few lines are moved, as there are only very few deleted lines.