Fourteenth batch for 2.14

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2017-07-05 13:33:51 -07:00
parent 00b7cf2379
commit 50ff9ea4a0

View file

@ -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).