From: Eric Wong (Contractor, The Linux Foundation) Date: Sat, 3 Mar 2018 20:56:15 +0000 (+0000) Subject: v2: avoid redundant/repeated configs for git partition repos X-Git-Tag: v1.1.0-pre1~179 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=defb6d12f5b7b63a8e95a2db2d1dff2bd8f9d83c;hp=defb6d12f5b7b63a8e95a2db2d1dff2bd8f9d83c;p=public-inbox.git 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. ---