The second batch

Junio C Hamano committed Aug 22, 2025 at 11:38 UTC 1fa68948c3d76328236cac73d2adf33c905bd8e3
1 file changed +23
Documentation/RelNotes/2.52.0.adoc
+23
@@ -4,6 +4,9 @@ Git v2.52 Release Notes
4 UI, Workflows & Features
5 ------------------------
6
7 + * The "list" subcommand of "git refs" acts as a front-end for
8 + "git for-each-ref".
9 +
10
11 Performance, Internal Implementation, Development Support etc.
12 --------------------------------------------------------------
@@ -21,6 +24,7 @@ Performance, Internal Implementation, Development Support etc.
24 contained wildcards; now they take advantage of the filter when
25 they can.
26
27 +
28 Fixes since v2.51
29 -----------------
30
@@ -52,7 +56,26 @@ including security updates, are included in this release.
56 been fixed.
57 (merge f6ecb603ff en/ort-rename-fixes later to maint).
58
59 + * "git jump" (in contrib/) fails to parse the diff header correctly
60 + when a file has a space in its name, which has been corrected.
61 + (merge 621ce9c1c6 gh/git-jump-pathname-with-sp later to maint).
62 +
63 + * "git diff --no-index" run inside a subdirectory under control of a
64 + Git repository operated at the top of the working tree and stripped
65 + the prefix from the output, and oddballs like "-" (stdin) did not
66 + work correctly because of it. Correct the set-up by undoing what
67 + the set-up sequence did to cwd and prefix.
68 + (merge e1d3d61a45 jc/diff-no-index-in-subdir later to maint).
69 +
70 + * Various options to "git diff" that makes comparison ignore certain
71 + aspects of the differences (like "space changes are ignored",
72 + "differences in lines that match these regular expressions are
73 + ignored") did not work well with "--name-only" and friends.
74 + (merge b55e6d36eb ly/diff-name-only-with-diff-from-content later to maint).
75 +
76 * Other code cleanup, docfix, build fix, etc.
77 (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
78 (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
79 (merge 529a60a885 ua/t1517-short-help-tests later to maint).
80 + (merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).
81 + (merge 741f36c7d9 kr/clone-synopsis-fix later to maint).