@@ -101,6 +101,11 @@ UI, Workflows & Features
101101 (rather than the commit the user is preparing for, which is more in
102102 line with the focus of "git commit").
103103
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+
104109Performance, Internal Implementation, Development Support etc.
105110
106111 * The default packed-git limit value has been raised on larger
@@ -427,8 +432,27 @@ notes for details).
427432 correctly.
428433 (merge 3ee83f48e5 cc/shared-index-permfix later to maint).
429434
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+
430451 * Other minor doc, test and build updates and code cleanups.
431452 (merge 68241cb9dd sb/t4005-modernize later to maint).
432453 (merge 4fced24712 ks/t7508-indent-fix later to maint).
433454 (merge 968b1fe263 mb/reword-autocomplete-message later to maint).
434455 (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).
0 commit comments