In an interactive rebase that passes over empty commits while not using --keep-empty, the rebase removes the empty commits but rerebase still thinks it needs to generate a diff for them. Not sure what the correct action should be here, but it produces an odd looking pick list.
In an interactive rebase that passes over empty commits while not using
--keep-empty
, the rebase removes the empty commits but rerebase still thinks it needs to generate a diff for them. Not sure what the correct action should be here, but it produces an odd looking pick list.