@@ -4,6 +4,9 @@ Git v2.52 Release Notes
4
4
UI, Workflows & Features
5
5
------------------------
6
6
7
+ * The "list" subcommand of "git refs" acts as a front-end for
8
+ "git for-each-ref".
9
+
7
10
8
11
Performance, Internal Implementation, Development Support etc.
9
12
--------------------------------------------------------------
@@ -21,6 +24,7 @@ Performance, Internal Implementation, Development Support etc.
21
24
contained wildcards; now they take advantage of the filter when
22
25
they can.
23
26
27
+
24
28
Fixes since v2.51
25
29
-----------------
26
30
@@ -52,7 +56,26 @@ including security updates, are included in this release.
52
56
been fixed.
53
57
(merge f6ecb603ff en/ort-rename-fixes later to maint).
54
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
+
55
76
* Other code cleanup, docfix, build fix, etc.
56
77
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
57
78
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
58
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).
0 commit comments