From 76c3711c58682c40ca57d83406d31cb9cf4e7d09 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 21 Jun 2022 10:37:50 +0000 Subject: search: add help for patchid: prefix Noticed-by: Kyle Meyer --- lib/PublicInbox/Search.pm | 1 + 1 file changed, 1 insertion(+) 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:' => <