Skip to content

Commit b66515f

Browse files
Merge pull request #2831 from reddevilmidzy/bors-squash
Document quoting for `@bors squash msg=`
2 parents b0523d4 + 8c3be6d commit b66515f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/git.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ the history becomes easier to work with.
386386
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.
387387
By default, [bors] combines all commit messages of the PR into the squashed commit message.
388388
To customize the commit message, use `@bors squash msg=<commit message>`.
389-
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"`.
390391

391392
If you want to squash commits using local git operations, read on below.
392393

0 commit comments

Comments
 (0)