]> Sergey Matveev's repositories - public-inbox.git/commit
lei blob: aka "git-show-harder" for blobs
authorEric Wong <e@80x24.org>
Sat, 27 Mar 2021 11:45:51 +0000 (11:45 +0000)
committerEric Wong <e@80x24.org>
Sat, 27 Mar 2021 20:21:07 +0000 (20:21 +0000)
commitaca6555ed4696ba1f24296a63afa7450a5afde2a
treee8399eb412ee83e8adba71156346d1856f977e83
parent7c6aa5d7504c6bcc48cd45b9e9109a4e7fa16357
lei blob: aka "git-show-harder" for blobs

This implements blob reconstruction via SolverGit,
emulating the functionality of /$INBOX/$OID/s/ endpoint
in PublicInbox::WWW.

It uses the current working tree as a coderepo, and
accepts any number of --git-dir=$PATH args.

Remote externals are not yet supported.

v2: use absolute path for git repos
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiBlob.pm [new file with mode: 0644]
t/lei-import.t
t/solver_git.t