]> Sergey Matveev's repositories - public-inbox.git/commit
import: (v2): write deletes to a separate '_' subdirectory
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:14:42 +0000 (08:14 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:16:34 +0000 (08:16 +0000)
commitbafd4084d8e78ef48205e6ce573f1bbe52a669a8
tree8f749c01070fd65446849b480f582f9e3ba5015a
parent7a3a4b9d310876f68f4ba788afaef77ad15fc62b
import: (v2): write deletes to a separate '_' subdirectory

In the future, we may store "purged" content IDs or other
uncommon stuff under "_/" of the git tree.  This keeps the
top-level tree small and more amenable to deltafication.
This helps the the common case where "m" is most commonly
changed file at the top level.

Also, use 'D' instead of 'd' since it matches git's '--raw'
output format.
lib/PublicInbox/Import.pm
t/v2writable.t