Fourteenth batch for 2.14

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jul 5, 2017 at 13:33 UTC 50ff9ea4a0770c8b1bfe3f98f09728427c0c6cc7
1 file changed +12
Documentation/RelNotes/2.14.0.txt
+12
@@ -202,6 +202,14 @@ Performance, Internal Implementation, Development Support etc.
202 be hidden and instead the only error message given to the user may
203 end up being "die recursion detected", which is not very useful).
204
205 + * Introduce a "repository" object to eventually make it easier to
206 + work in multiple repositories (the primary focus is to work with
207 + the superproject and its submodules) in a single process.
208 +
209 + * Optimize "what are the object names already taken in an alternate
210 + object database?" query that is used to derive the length of prefix
211 + an object name is uniquely abbreviated to.
212 +
213
214 Also contains various documentation updates and code clean-ups.
215
@@ -415,6 +423,10 @@ notes for details).
423 * Tighten error checks for invalid "git apply" input.
424 (merge d70e9c5c8c rs/apply-validate-input later to maint).
425
426 + * The split index code did not honor core.sharedrepository setting
427 + correctly.
428 + (merge 3ee83f48e5 cc/shared-index-permfix later to maint).
429 +
430 * Other minor doc, test and build updates and code cleanups.
431 (merge 68241cb9dd sb/t4005-modernize later to maint).
432 (merge 4fced24712 ks/t7508-indent-fix later to maint).