]> Sergey Matveev's repositories - public-inbox.git/commit
import: (v2) delete writes the blob into history in subdir
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:14:41 +0000 (08:14 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:16:34 +0000 (08:16 +0000)
commit7a3a4b9d310876f68f4ba788afaef77ad15fc62b
treee9d12c733cbc51cfb8499f09ff60cda23999662b
parentcf1e5bcfeacd5b2a3b8e82052a65e69cd1e0cc57
import: (v2) delete writes the blob into history in subdir

This makes it easier to audit deletes with "git log -p" and
prevents an unstable specification of "content_id" from being
stored in history.

This should be cost-free if done in the same partition (and even
cheaper than before as it introduces no new blobs).  It does
have a higher cost across partitions, but is probably irrelevant
given the typical ham:spam ratio.
lib/PublicInbox/Import.pm
lib/PublicInbox/V2Writable.pm
t/v2writable.t