We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 807ffe6 + e334fa0 commit 008abc0Copy full SHA for 008abc0
1 file changed
src/git.md
@@ -410,6 +410,13 @@ because they only represent "fixups" and not real changes.
410
For example,
411
`git rebase --interactive HEAD~2` will allow you to edit the two commits only.
412
413
+For pull requests in `rust-lang/rust`, you can ask [bors] to squash by commenting
414
+`@bors squash` on the PR.
415
+By default, [bors] combines all commit messages in the PR.
416
+To customize the commit message, use `@bors squash [msg|message=<commit-message>]`.
417
+
418
+[bors]: https://github.com/rust-lang/bors
419
420
### `git range-diff`
421
422
After completing a rebase, and before pushing up your changes, you may want to
0 commit comments