about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-06-21 10:37:50 +0000
committerEric Wong <e@80x24.org>2022-06-21 10:39:25 +0000
commit76c3711c58682c40ca57d83406d31cb9cf4e7d09 (patch)
tree964a8f25fc11cc83d95d1235010f4b23ecd50b35
parent8fda04081acde7053458023fde3b1c784cbcfc81 (diff)
downloadpublic-inbox-76c3711c58682c40ca57d83406d31cb9cf4e7d09.tar.gz
Noticed-by: Kyle Meyer <kyle@kyleam.com>
-rw-r--r--lib/PublicInbox/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm
index 6f9fdde1..b6141f68 100644
--- a/lib/PublicInbox/Search.pm
+++ b/lib/PublicInbox/Search.pm
@@ -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