]> Sergey Matveev's repositories - public-inbox.git/commitdiff
search: add help for patchid: prefix
authorEric Wong <e@80x24.org>
Tue, 21 Jun 2022 10:37:50 +0000 (10:37 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Jun 2022 10:39:25 +0000 (10:39 +0000)
Noticed-by: Kyle Meyer <kyle@kyleam.com>
lib/PublicInbox/Search.pm

index 6f9fdde1bc2276cbc0620c794731f179a00750b1..b6141f684ebc61699d6fcf63fe80d2f47fbe15a8 100644 (file)
@@ -179,6 +179,7 @@ EOF
        '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:' => <<EOF,
 match received time, like `d:' if sender's clock was correct
 EOF