]> Sergey Matveev's repositories - public-inbox.git/commit
search: support "patchid:" prefix (git patch-id --stable)
authorEric Wong <e@80x24.org>
Mon, 20 Jun 2022 19:27:29 +0000 (19:27 +0000)
committerEric Wong <e@80x24.org>
Tue, 21 Jun 2022 10:39:10 +0000 (10:39 +0000)
commitd0079a334fe2b769e4f81d6bd3c7e4346a8fa2b2
tree952a2f606d24b9a81bb447cbb06f73a16088973e
parent913b8e2f5c3c85eab5d10112c130db44ee2893c3
search: support "patchid:" prefix (git patch-id --stable)

This allows easy searching via patch-id from a git commit.

Currently, abbreviations are not supported, and it seems
needless to support them since AFAIK (git) doesn't generate
nor resolve abbreviated patch-ids anywhere.
TODO
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
t/extsearch.t
t/v2mda.t