Skip to content

Commit f8afbeb

Browse files
authored
Remove squash from command list
Squash is hopelessly broken and should never be used.
1 parent 5f77352 commit f8afbeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

homu/html/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ <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>
7169
<li><code>retry</code>: Signal that the PR is not bad, and should be retried by buildbot.</li>
7270
<li><code>try</code>: Request that the PR be tested by buildbot, without accepting it.</li>
7371
<li><code>force</code>: Stop all the builds on the configured builders, and proceed to the next PR.</li>

0 commit comments

Comments
 (0)