]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: drop "oid" output format
authorEric Wong <e@80x24.org>
Mon, 25 Jan 2021 01:18:54 +0000 (17:18 -0800)
committerEric Wong <e@80x24.org>
Tue, 26 Jan 2021 18:51:31 +0000 (18:51 +0000)
commit97b286ab94b69293d8b58a280321560b79c1afeb
tree1b5025dba14d4dc13852b227a6d2ecb8b68c44f5
parent29b172ed031f6c48b0cb6219845d8d737ee4b3ae
lei q: drop "oid" output format

The default deduplication command-line arguments would be
non-sensical for such an option and probably confusing.  It
doesn't seem worth the code to support OID-only output when it's
easy enough to use one of the JSON formats to extract the same
info.

We also don't have OIDs if using remotes, and the
to-be-implemented memoization will be optional.
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiOverview.pm