@@ -14,6 +14,13 @@ UI, Workflows & Features
1414 to a remote repository are mostly disabled by default, except for
1515 ANSI color escape sequences.
1616
17+ * "ort" merge backend improvements.
18+
19+ * "git checkout -m another-branch" was invented to deal with local
20+ changes to paths that are different between the current and the new
21+ branch, but it gave only one chance to resolve conflicts. The command
22+ was taught to create a stash to save the local changes.
23+
1724
1825Performance, Internal Implementation, Development Support etc.
1926--------------------------------------------------------------
@@ -45,20 +52,34 @@ Fixes since v2.54
4552 * Revert a recent change that introduced a regression to help mksh users.
4653 (merge 8b44deebaf jk/revert-aa-reap-transport-child-processes later to maint).
4754
48- * Other code cleanup, docfix, build fix, etc.
49- (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
50- (merge b96490241e jc/doc-timestamps-in-stat later to maint).
51-
5255 * Update various GitHub Actions versions.
5356 (merge 4a6ed9d09f js/ci-github-actions-update later to maint).
5457
5558 * Avoid hitting the pathname limit for socks proxy socket during the
5659 test..
5760 (merge b33bea27a2 js/t5564-socks-use-short-path later to maint).
5861
59- * Test fix.
60- (merge 66ae1a48ec jc/t5551-fix-expensive later to maint).
61-
6262 * To help Windows 10 installations, avoid removing files whose
6363 contents are still mmap()'ed.
6464 (merge 4bb086cfa2 js/maintenance-fix-deadlock-on-win10 later to maint).
65+
66+ * The 'git backfill' command now rejects revision-limiting options that
67+ are incompatible with its operation, uses standard documentation for
68+ revision ranges, and includes blobs from boundary commits by default
69+ to improve performance of subsequent operations.
70+ (merge a1ad4a0fca en/backfill-fixes-and-edges later to maint).
71+
72+ * "git grep" update.
73+ (merge 9ff4b5ab1b rs/grep-column-only-match-fix later to maint).
74+
75+ * Headers from glibc 2.43 when used with clang does not allow
76+ disabling C11 language features, causing build failures..
77+ (merge 0a6d29090c ps/clang-w-glibc-2.43-and-_Generic later to maint).
78+
79+ * Other code cleanup, docfix, build fix, etc.
80+ (merge 80f4b802e9 ja/doc-difftool-synopsis-style later to maint).
81+ (merge b96490241e jc/doc-timestamps-in-stat later to maint).
82+ (merge 66ae1a48ec jc/t5551-fix-expensive later to maint).
83+ (merge ef85286e51 ss/t7004-unhide-git-failures later to maint).
84+ (merge 7584d10bc2 mf/format-patch-cover-letter-format-docfix later to maint).
85+ (merge 8547908eb3 pw/rename-to-get-current-worktree later to maint).
0 commit comments