]> Sergey Matveev's repositories - public-inbox.git/commit
v2: avoid redundant/repeated configs for git partition repos
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 3 Mar 2018 20:56:15 +0000 (20:56 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 3 Mar 2018 21:02:21 +0000 (21:02 +0000)
commitdefb6d12f5b7b63a8e95a2db2d1dff2bd8f9d83c
tree6c8bcba5f6a34b9d717bbcfd2aa63de447a32917
parent30a72ab33290a9ce57955bbd0799e394feab91ea
v2: avoid redundant/repeated configs for git partition repos

We'll let the config of all.git dictate every other subrepo to
ease maintenance and configuration.  The "include" directive has
been supported since git 1.7.10, so it's safe to depend on as v2
requires git 2.6.0+ anyways for "get-mark" in fast-import.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
t/init.t
t/v2writable.t