From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 69BBB1F403; Wed, 22 Jun 2022 07:50:08 +0000 (UTC) Date: Wed, 22 Jun 2022 07:50:08 +0000 From: Eric Wong To: meta@public-inbox.org Cc: Kyle Meyer Subject: [PATCH 5/3] doc: lei-q: regenerate for patchid: help Message-ID: <20220622075008.GA19477@dcvr> References: <20220620192730.550803-1-e@80x24.org> <20220620192730.550803-3-e@80x24.org> <87letrt882.fsf@kyleam.com> <20220621103750.GA766@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220621103750.GA766@dcvr> List-Id: --- Oops, left this out of the original patch :x Documentation/lei-q.pod | 49 +++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index fd829655..1cbffba4 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -253,30 +253,31 @@ instances: =for comment AUTO-GENERATED-SEARCH-TERMS-BEGIN - s: match within Subject e.g. s:"a quick brown fox" - d: match date-time range, git "approxidate" formats supported - Open-ended ranges such as `d:last.week..' and - `d:..2.days.ago' are supported - b: match within message body, including text attachments - nq: match non-quoted text within message body - q: match quoted text within message body - n: match filename of attachment(s) - t: match within the To header - c: match within the Cc header - f: match within the From header - a: match within the To, Cc, and From headers - tc: match within the To and Cc headers - l: match contents of the List-Id header - bs: match within the Subject and body - dfn: match filename from diff - dfa: match diff removed (-) lines - dfb: match diff added (+) lines - dfhh: match diff hunk header context (usually a function name) - dfctx: match diff context lines - dfpre: match pre-image git blob ID - dfpost: match post-image git blob ID - dfblob: match either pre or post-image git blob ID - rt: match received time, like `d:' if sender's clock was correct + s: match within Subject e.g. s:"a quick brown fox" + d: match date-time range, git "approxidate" formats supported + Open-ended ranges such as `d:last.week..' and + `d:..2.days.ago' are supported + b: match within message body, including text attachments + nq: match non-quoted text within message body + q: match quoted text within message body + n: match filename of attachment(s) + t: match within the To header + c: match within the Cc header + f: match within the From header + a: match within the To, Cc, and From headers + tc: match within the To and Cc headers + l: match contents of the List-Id header + bs: match within the Subject and body + dfn: match filename from diff + dfa: match diff removed (-) lines + dfb: match diff added (+) lines + dfhh: match diff hunk header context (usually a function name) + dfctx: match diff context lines + dfpre: match pre-image git blob ID + dfpost: match post-image git blob ID + dfblob: match either pre or post-image git blob ID + patchid: match `git patch-id --stable' output + rt: match received time, like `d:' if sender's clock was correct =for comment AUTO-GENERATED-SEARCH-TERMS-END