"git replay" is taught to drop commits that become empty (not the
ones that are empty in the original).
* pw/replay-drop-empty:
replay: drop commits that become empty
Range of commits to replay; see "Specifying Ranges" in
linkgit:git-rev-parse[1]. In `--advance <branch>` mode, the
range should have a single tip, so that it's clear to which tip the
- advanced <branch> should point.
+ advanced <branch> should point. Any commits in the range whose
+ changes are already present in the branch the commits are being
+ replayed onto will be dropped.
+:git-replay: 1
include::rev-list-options.adoc[]
[[output]]