Sixteenth batch for 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 10, 2017 at 13:44 UTC
5e5a7cd9327cdbe6b50b5a0ead9b2ee5fb30789c
1 file changed
+14
Documentation/RelNotes/2.14.0.txt
+14
@@ -105,6 +105,9 @@ UI, Workflows & Features
105
that does not allow many pieces of e-mails to be sent over a single
106
session.
107
108
+ * An old message shown in the commit log template was removed, as it
109
+ has outlived its usefulness.
110
+
111
112
Performance, Internal Implementation, Development Support etc.
113
@@ -448,6 +451,15 @@ notes for details).
451
the certificate correctly.
452
(merge 8722947e5c js/t5534-rev-parse-gives-multi-line-output-fix later to maint).
453
454
+ * Update the character width tables.
455
+ (merge 7560aacd7c bb/unicode-10.0 later to maint).
456
+
457
+ * After "git branch --move" of the currently checked out branch, the
458
+ code to walk the reflog of HEAD via "log -g" and friends
459
+ incorrectly stopped at the reflog entry that records the renaming
460
+ of the branch.
461
+ (merge e30d463d45 jk/reflog-walk-maint later to maint).
462
+
463
* Other minor doc, test and build updates and code cleanups.
464
(merge 68241cb9dd sb/t4005-modernize later to maint).
465
(merge 4fced24712 ks/t7508-indent-fix later to maint).
@@ -456,3 +468,5 @@ notes for details).
468
(merge 73fc2aadc7 js/fsck-name-object later to maint).
469
(merge dc4b4a61ba jc/utf8-fprintf later to maint).
470
(merge c2d4b4cd06 sb/merge-recursive-code-cleanup later to maint).
471
+ (merge 3f9c637ec7 pw/unquote-path-in-git-pm later to maint).
472
+ (merge 669638fe7a ks/typofix-commit-c-comment later to maint).