]> Sergey Matveev's repositories - public-inbox.git/commit
lei blob: support --no-mail switch
authorEric Wong <e@80x24.org>
Sun, 28 Mar 2021 09:01:16 +0000 (09:01 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Mar 2021 23:01:36 +0000 (23:01 +0000)
commit73e17de5421d83bedbf84209585cf2408b9af1ce
treebd598ceb87e83c05508f633080784eee8819c0e4
parentc18c58eaeab19877d06146c365d300afdccc2a93
lei blob: support --no-mail switch

It's possible for a abbreviated OID to be resolved unambiguously
to an email before we attempt to look at externals via xsearch;
so provide a way for a user to force searching coderepos.

If hints (--oid-a, --path-a, --path-b) are present, we'll
assume --no-mail by default, otherwise we'll assume the
user wants to look through mail for a matching blob.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiBlob.pm
t/solver_git.t