We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96579b6 commit c483c07Copy full SHA for c483c07
1 file changed
src/git.md
@@ -385,8 +385,7 @@ the history becomes easier to work with.
385
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.
+To customize the commit message, use `@bors squash msg="<commit message>"`.
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.
0 commit comments