Skip to content

Commit 7a6c080

Browse files
committed
Document squash and squash- commands
1 parent 1eef8f4 commit 7a6c080

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

homu/html/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ <h3>Commands</h3>
6666
<li><code>rollup</code>: Mark the PR as likely to merge without issue, short for <code>rollup=always</code></li>
6767
<li><code>rollup-</code>: Unmark the PR as <code>rollup</code>.</li>
6868
<li><code>rollup=maybe|always|iffy|never</code>: Mark the PR as "always", "maybe", "iffy", and "never" rollup-able.</li>
69+
<li><code>squash</code>: Squash all commits into one just before performing the merge.</li>
70+
<li><code>squash-</code>: Do not squash commits before merging.</li>
6971
<li><code>retry</code>: Signal that the PR is not bad, and should be retried by buildbot.</li>
7072
<li><code>try</code>: Request that the PR be tested by buildbot, without accepting it.</li>
7173
<li><code>force</code>: Stop all the builds on the configured builders, and proceed to the next PR.</li>

0 commit comments

Comments
 (0)