Skip to content

Commit 5402b13

Browse files
committed
Tenth batch for 2.14
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9eafe86 commit 5402b13

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Documentation/RelNotes/2.14.0.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ UI, Workflows & Features
8686
* Update "perl-compatible regular expression" support to enable JIT
8787
and also allow linking with the newer PCRE v2 library.
8888

89+
* "filter-branch" learned a pseudo filter "--setup" that can be used
90+
to define a common function/variable that can be used by other
91+
filters.
92+
8993

9094
Performance, Internal Implementation, Development Support etc.
9195

@@ -168,6 +172,13 @@ Performance, Internal Implementation, Development Support etc.
168172
which then may cause Git operations to fail. Single out "the index
169173
being locked" case and forcibly drop the lock from the copy.
170174

175+
* Three instances of the same helper function have been consolidated
176+
to one.
177+
(merge e0556a928f pc/dir-count-slashes later to maint).
178+
179+
* "fast-import" uses a default pack chain depth that is consistent
180+
with other parts of the system.
181+
171182

172183
Also contains various documentation updates and code clean-ups.
173184

@@ -337,6 +348,23 @@ notes for details).
337348
potty needs to be prepared to show the help text without barfing.
338349
(merge d691551192 jk/consistent-h later to maint).
339350

351+
* Help contributors that visit us at GitHub.
352+
(merge 0b1bb0c032 ls/github later to maint).
353+
354+
* "git stash push <pathspec>" did not work from a subdirectory at all.
355+
Bugfix for a topic in v2.13
356+
(merge 22fc703ec9 ps/stash-push-pathspec-fix later to maint).
357+
358+
* As there is no portable way to pass timezone information to
359+
strftime, some output format from "git log" and friends are
360+
impossible to produce. Teach our own strbuf_addftime to replace %z
361+
and %Z with caller-supplied values to help working around this.
362+
(merge 6eced3ec5e rs/strbuf-addftime-zZ later to maint).
363+
340364
* Other minor doc, test and build updates and code cleanups.
341365
(merge 8ba74bfd7c jc/diff-tree-stale-comment later to maint).
342366
(merge 68602c01fd sb/submodule-rm-absorb later to maint).
367+
(merge 68241cb9dd sb/t4005-modernize later to maint).
368+
(merge ae52d57f0b km/test-mailinfo-b-failure later to maint).
369+
(merge 8b1d9136e1 sg/revision-parser-skip-prefix later to maint).
370+
(merge bb8efa1772 sd/t3200-branch-m-test later to maint).

0 commit comments

Comments
 (0)