user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 4/3] search: add help for patchid: prefix
  @ 2022-06-21 10:37 14%     ` Eric Wong
  0 siblings, 0 replies; 1+ results
From: Eric Wong @ 2022-06-21 10:37 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: meta

Kyle Meyer <kyle@kyleam.com> 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 <kyle@kyleam.com>
---
 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

^ permalink raw reply related	[relevance 14%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2022-06-20 19:27     [PATCH 0/3] search indexing improvements Eric Wong
2022-06-20 19:27     ` [PATCH 2/3] search: support "patchid:" prefix (git patch-id --stable) Eric Wong
2022-06-20 20:01       ` Kyle Meyer
2022-06-21 10:37 14%     ` [PATCH 4/3] search: add help for patchid: prefix Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).