Skip to content

Commit 1eb4370

Browse files
committed
Second batch for 2.14
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6a0bc7c commit 1eb4370

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ Performance, Internal Implementation, Development Support etc.
6262
move), and then declare uintmax_t is the type to be used as the
6363
timestamp_t.
6464

65+
* We can trigger Windows auto-build tester (credits: Dscho &
66+
Microsoft) from our existing Travis CI tester now.
67+
6568

6669
Also contains various documentation updates and code clean-ups.
6770

@@ -91,7 +94,33 @@ notes for details).
9194
not work well when val is an empty string. This has been fixed.
9295
(merge db4eca1fea jn/clone-add-empty-config-from-command-line later to maint).
9396

97+
* Setting "log.decorate=false" in the configuration file did not take
98+
effect in v2.13, which has been corrected.
99+
(merge c74271aae7 ah/log-decorate-default-to-auto later to maint).
100+
101+
* A few codepaths in "checkout" and "am" working on an unborn branch
102+
tried to access an uninitialized piece of memory.
103+
(merge 57e0ef0e0e rs/checkout-am-fix-unborn later to maint).
104+
105+
* The Web interface to gmane news archive is long gone, even though
106+
the articles are still accessible via NTTP. Replace the links with
107+
ones to public-inbox.org. Because their message identification is
108+
based on the actual message-id, it is likely that it will be easier
109+
to migrate away from it if/when necessary.
110+
(merge 5840eb9d14 ab/doc-replace-gmane-links later to maint).
111+
112+
* The receive-pack program now makes sure that the push certificate
113+
records the same set of push options used for pushing.
114+
(merge cbaf82cc6b jt/push-options-doc later to maint).
115+
116+
* Tests have been updated to pass under GETTEXT_POISON (a mechanism
117+
to ensure that output strings that should not be translated are
118+
not translated by mistake), and TravisCI is told to run them.
119+
(merge b8e188f6f5 ab/fix-poison-tests later to maint).
120+
94121
* Other minor doc, test and build updates and code cleanups.
95122
(merge 515360f9e9 jn/credential-doc-on-clear later to maint).
96123
(merge 0e6d899fee ab/aix-needs-compat-regex later to maint).
97124
(merge e294e8959f jc/apply-fix-mismerge later to maint).
125+
(merge 7f1b225153 bw/submodule-with-bs-path later to maint).
126+
(merge c8f7c8b704 tb/dedup-crlf-tests later to maint).

0 commit comments

Comments
 (0)