summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-05 13:33:51 -0700
committerJunio C Hamano <gitster@pobox.com>2017-07-05 13:33:51 -0700
commit50ff9ea4a0770c8b1bfe3f98f09728427c0c6cc7 (patch)
tree7f4520628a0af752bb88f0dcf696896af7108b59
parent00b7cf2379901394c971db5ab59ce70e12e434b7 (diff)
downloadgit-50ff9ea4a0770c8b1bfe3f98f09728427c0c6cc7.tar.gz
Fourteenth batch for 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.14.0.txt12
1 files changed, 12 insertions, 0 deletions
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).