+9
Documentation/RelNotes/2.52.0.adoc
+9
Documentation/RelNotes/2.52.0.adoc
···
57
57
58
58
* Show 'P'ipe command in "git add -p".
59
59
60
+
* "git sparse-checkout" subcommand learned a new "clean" action to
61
+
prune otherwise unused working-tree files that are outside the
62
+
areas of interest.
63
+
64
+
* "git fast-import" is taught to handle signed tags, just like it
65
+
recently learned to handle signed commits, in different ways.
66
+
60
67
61
68
Performance, Internal Implementation, Development Support etc.
62
69
--------------------------------------------------------------
···
136
143
137
144
* Build procedure for a few credential helpers (in contrib/) have
138
145
been updated.
146
+
147
+
* CI improvements to handle the recent Rust integration better.
139
148
140
149
141
150
Fixes since v2.51