Merge branch 'nd/const-struct-cache-entry'
[gitweb.git] / Documentation / git-rebase.txt
index c84854ae87df094683600c559e88c13a8b770e01..6b2e1c86ab6c1084421e06b5f677264dc4099b6a 100644 (file)
@@ -389,7 +389,9 @@ squash/fixup series.
        the same ..., automatically modify the todo list of rebase -i
        so that the commit marked for squashing comes right after the
        commit to be modified, and change the action of the moved
-       commit from `pick` to `squash` (or `fixup`).
+       commit from `pick` to `squash` (or `fixup`).  Ignores subsequent
+       "fixup! " or "squash! " after the first, in case you referred to an
+       earlier fixup/squash with `git commit --fixup/--squash`.
 +
 This option is only valid when the '--interactive' option is used.
 +