Changes between Version 1 and Version 2 of CommitQueue


Ignore:
Timestamp:
Aug 13, 2009 4:01:15 PM (15 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommitQueue

    v1 v2  
    33=== Q: What do the commit-queue states mean? ===
    44
    5 commit-queue+ // Patch is 100% ready for commit, queue should land it.  (Moral equivalent of committing yourself.)
    6 commit-queue- // Patch needs manual landing (set this when you don't want any chance of auto-commit)
    7 commit-queue? // Set by non-committers to ask someone to approve their patch for auto-commit.
     5 * commit-queue=+ // Patch is 100% ready for commit, queue should land it.  (Moral equivalent of committing yourself.)
     6 * commit-queue=- // Patch needs manual landing (set this when you don't want any chance of auto-commit)
     7 * commit-queue=? // Set by non-committers to ask someone to approve their patch for auto-commit.
    88
    99
     
    3737
    3838Set "commit-queue=?".  A committer can set it to commit-queue+
     39
     40=== Q: What does cq+ mean? ===
     41
     42Some of us have been shortening commit-queue to "cq" when typing, so cq+ is "commit-queue=+".  Similar to how r+ is "review=+".