@@ -86,6 +86,10 @@ UI, Workflows & Features
86
86
* Update "perl-compatible regular expression" support to enable JIT
87
87
and also allow linking with the newer PCRE v2 library.
88
88
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
+
89
93
90
94
Performance, Internal Implementation, Development Support etc.
91
95
@@ -168,6 +172,13 @@ Performance, Internal Implementation, Development Support etc.
168
172
which then may cause Git operations to fail. Single out "the index
169
173
being locked" case and forcibly drop the lock from the copy.
170
174
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
+
171
182
172
183
Also contains various documentation updates and code clean-ups.
173
184
@@ -337,6 +348,23 @@ notes for details).
337
348
potty needs to be prepared to show the help text without barfing.
338
349
(merge d691551192 jk/consistent-h later to maint).
339
350
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
+
340
364
* Other minor doc, test and build updates and code cleanups.
341
365
(merge 8ba74bfd7c jc/diff-tree-stale-comment later to maint).
342
366
(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