@@ -462,6 +462,22 @@ notes for details).
462
462
--hard", which was exposing an unnecessary implementation detail.
463
463
(merge 20a7e06172 tg/stash-doc-cleanup later to maint).
464
464
465
+ * When "git p4" imports changelist that removes paths, it failed to
466
+ convert pathnames when the p4 used encoding different from the one
467
+ used on the Git side. This has been corrected.
468
+ (merge a8b05162e8 ls/p4-path-encoding later to maint).
469
+
470
+ * A new coccinelle rule that catches a check of !pointer before the
471
+ pointer is free(3)d, which most likely is a bug.
472
+ (merge ec6cd14c7a rs/cocci-check-free-only-null later to maint).
473
+
474
+ * "ls-files" run with pathspec has been micro-optimized to avoid
475
+ having to memmove(3) unnecessary bytes.
476
+ (merge 96f6d3f61a rs/ls-files-partial-optim later to maint).
477
+
478
+ * A hotfix for a topic already in 'master'.
479
+ (merge a4d92d579f js/mingw-isatty later to maint).
480
+
465
481
* Other minor doc, test and build updates and code cleanups.
466
482
(merge f2627d9b19 sb/submodule-config-cleanup later to maint).
467
483
(merge 384f1a167b sb/unpack-trees-cleanup later to maint).
@@ -474,3 +490,5 @@ notes for details).
474
490
(merge 941b9c5270 sb/doc-unify-bottom later to maint).
475
491
(merge 2aaf37b62c jk/doc-remote-helpers-markup-fix later to maint).
476
492
(merge e91461b332 jk/doc-submodule-markup-fix later to maint).
493
+ (merge 8ab9740d9f dp/submodule-doc-markup-fix later to maint).
494
+ (merge 0838cbc22f jk/tempfile-ferror-fclose-confusion later to maint).
0 commit comments