Skip to content

Commit 8b2efe2

Browse files
committed
Fifteenth batch for 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6ba649e commit 8b2efe2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
104109
Performance, 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

Comments
 (0)