From 50ff9ea4a0770c8b1bfe3f98f09728427c0c6cc7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 5 Jul 2017 13:33:51 -0700 Subject: [PATCH] Fourteenth batch for 2.14 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.14.0.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt index 55c54a76be..d0bfa2e93f 100644 --- a/Documentation/RelNotes/2.14.0.txt +++ b/Documentation/RelNotes/2.14.0.txt @@ -202,6 +202,14 @@ Performance, Internal Implementation, Development Support etc. be hidden and instead the only error message given to the user may end up being "die recursion detected", which is not very useful). + * Introduce a "repository" object to eventually make it easier to + work in multiple repositories (the primary focus is to work with + the superproject and its submodules) in a single process. + + * Optimize "what are the object names already taken in an alternate + object database?" query that is used to derive the length of prefix + an object name is uniquely abbreviated to. + Also contains various documentation updates and code clean-ups. @@ -415,6 +423,10 @@ notes for details). * Tighten error checks for invalid "git apply" input. (merge d70e9c5c8c rs/apply-validate-input later to maint). + * The split index code did not honor core.sharedrepository setting + correctly. + (merge 3ee83f48e5 cc/shared-index-permfix later to maint). + * Other minor doc, test and build updates and code cleanups. (merge 68241cb9dd sb/t4005-modernize later to maint). (merge 4fced24712 ks/t7508-indent-fix later to maint). -- 2.43.2