Fifteenth batch for 2.14

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

Junio C Hamano committed Jul 6, 2017 at 18:26 UTC 8b2efe2a0fd93b8721879f796d848a9ce785647f
1 file changed +24
Documentation/RelNotes/2.14.0.txt
+24
@@ -101,6 +101,11 @@ UI, Workflows & Features
101 (rather than the commit the user is preparing for, which is more in
102 line with the focus of "git commit").
103
104 + * "git send-email" learned to overcome some SMTP server limitation
105 + that does not allow many pieces of e-mails to be sent over a single
106 + session.
107 +
108 +
109 Performance, Internal Implementation, Development Support etc.
110
111 * The default packed-git limit value has been raised on larger
@@ -427,8 +432,27 @@ notes for details).
432 correctly.
433 (merge 3ee83f48e5 cc/shared-index-permfix later to maint).
434
435 + * The Makefile rule in contrib/subtree for building documentation
436 + learned to honour USE_ASCIIDOCTOR just like the main documentation
437 + set does.
438 + (merge fdc1ad97c1 aw/contrib-subtree-doc-asciidoctor later to maint).
439 +
440 + * Update the sha1dc again to fix portability glitches.
441 + (merge 9936c1b52a ab/sha1dc-maint later to maint).
442 +
443 + * Code clean-up to fix possible buffer over-reading.
444 + (merge 8bc172e5f2 rs/apply-avoid-over-reading later to maint).
445 +
446 + * A few tests that tried to verify the contents of push certificates
447 + did not use 'git rev-parse' to formulate the line to look for in
448 + the certificate correctly.
449 + (merge 8722947e5c js/t5534-rev-parse-gives-multi-line-output-fix later to maint).
450 +
451 * Other minor doc, test and build updates and code cleanups.
452 (merge 68241cb9dd sb/t4005-modernize later to maint).
453 (merge 4fced24712 ks/t7508-indent-fix later to maint).
454 (merge 968b1fe263 mb/reword-autocomplete-message later to maint).
455 (merge 8592c95cdf ah/doc-pretty-color-auto-prefix later to maint).
456 + (merge 73fc2aadc7 js/fsck-name-object later to maint).
457 + (merge dc4b4a61ba jc/utf8-fprintf later to maint).
458 + (merge c2d4b4cd06 sb/merge-recursive-code-cleanup later to maint).