We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0523d4 + 8c3be6d commit b66515fCopy full SHA for b66515f
1 file changed
src/git.md
@@ -386,7 +386,8 @@ the history becomes easier to work with.
386
The easiest way to squash your commits in a PR on the `rust-lang/rust` repository is to use the `@bors squash` command in a comment on the PR.
387
By default, [bors] combines all commit messages of the PR into the squashed commit message.
388
To customize the commit message, use `@bors squash msg=<commit message>`.
389
-
+If you want to use multiple words in the commit message, wrap it in double quotes.
390
+For example, `@bors squash msg="Improve diagnostics for missing lifetime parameter"`.
391
392
If you want to squash commits using local git operations, read on below.
393
0 commit comments