diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html index 5c832ce4b33..74136f2fce3 100644 --- a/docs/submittingpatches.html +++ b/docs/submittingpatches.html @@ -337,6 +337,13 @@ be rejected:
git rebase -i ...
is your friend. Don't be afraid to use it.
++ git add ... + git commit --fixup=FOO + git rebase -i --autosquash ... +
git rebase -i --exec="make -j4" HEAD~8