summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-07-06 18:26:13 -0700
committerJunio C Hamano <gitster@pobox.com>2017-07-06 18:26:13 -0700
commit8b2efe2a0fd93b8721879f796d848a9ce785647f (patch)
treecf277fa74ccdbd3932979f4d628cc8f6853be9a3
parent6ba649e4085bd7b8c80fd2080ca003bf450c9f53 (diff)
downloadgit-8b2efe2a0fd93b8721879f796d848a9ce785647f.tar.gz
Fifteenth batch for 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.14.0.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.14.0.txt b/Documentation/RelNotes/2.14.0.txt
index d0bfa2e93f..2228035ad3 100644
--- a/Documentation/RelNotes/2.14.0.txt
+++ b/Documentation/RelNotes/2.14.0.txt
@@ -101,6 +101,11 @@ UI, Workflows & Features
(rather than the commit the user is preparing for, which is more in
line with the focus of "git commit").
+ * "git send-email" learned to overcome some SMTP server limitation
+ that does not allow many pieces of e-mails to be sent over a single
+ session.
+
+
Performance, Internal Implementation, Development Support etc.
* The default packed-git limit value has been raised on larger
@@ -427,8 +432,27 @@ notes for details).
correctly.
(merge 3ee83f48e5 cc/shared-index-permfix later to maint).
+ * The Makefile rule in contrib/subtree for building documentation
+ learned to honour USE_ASCIIDOCTOR just like the main documentation
+ set does.
+ (merge fdc1ad97c1 aw/contrib-subtree-doc-asciidoctor later to maint).
+
+ * Update the sha1dc again to fix portability glitches.
+ (merge 9936c1b52a ab/sha1dc-maint later to maint).
+
+ * Code clean-up to fix possible buffer over-reading.
+ (merge 8bc172e5f2 rs/apply-avoid-over-reading later to maint).
+
+ * A few tests that tried to verify the contents of push certificates
+ did not use 'git rev-parse' to formulate the line to look for in
+ the certificate correctly.
+ (merge 8722947e5c js/t5534-rev-parse-gives-multi-line-output-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).
(merge 968b1fe263 mb/reword-autocomplete-message later to maint).
(merge 8592c95cdf ah/doc-pretty-color-auto-prefix later to maint).
+ (merge 73fc2aadc7 js/fsck-name-object later to maint).
+ (merge dc4b4a61ba jc/utf8-fprintf later to maint).
+ (merge c2d4b4cd06 sb/merge-recursive-code-cleanup later to maint).