Skip to content

Commit 1fa6894

Browse files
committed
The second batch
1 parent 244214e commit 1fa6894

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Documentation/RelNotes/2.52.0.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Git v2.52 Release Notes
44
UI, Workflows & Features
55
------------------------
66

7+
* The "list" subcommand of "git refs" acts as a front-end for
8+
"git for-each-ref".
9+
710

811
Performance, Internal Implementation, Development Support etc.
912
--------------------------------------------------------------
@@ -21,6 +24,7 @@ Performance, Internal Implementation, Development Support etc.
2124
contained wildcards; now they take advantage of the filter when
2225
they can.
2326
27+
2428
Fixes since v2.51
2529
-----------------
2630

@@ -52,7 +56,26 @@ including security updates, are included in this release.
5256
been fixed.
5357
(merge f6ecb603ff en/ort-rename-fixes later to maint).
5458

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+
5576
* Other code cleanup, docfix, build fix, etc.
5677
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
5778
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
5879
(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).

0 commit comments

Comments
 (0)