Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fourteenth batch for 2.14
author
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Jul 2017 20:33:51 +0000
(13:33 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 5 Jul 2017 20:33:51 +0000
(13:33 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.14.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
00b7cf2
)
diff --git
a/Documentation/RelNotes/2.14.0.txt
b/Documentation/RelNotes/2.14.0.txt
index 55c54a76be0980164b91fa30d2c73b21a239ad8a..d0bfa2e93f6391d8ae568b6f3602c7e6a6b2550d 100644
(file)
--- 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).
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.
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).
* 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).
* 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).