Kyle Meyer <[email protected]> wrote: > Should an entry for this be added to Search.pm's @HELP?
Yes, thanks :> ---------8<--------- Subject: [PATCH] search: add help for patchid: prefix Noticed-by: Kyle Meyer <[email protected]> --- 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:' => <<EOF, match received time, like `d:' if sender's clock was correct EOF
