Git fork

The 25th batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

+9
+9
Documentation/RelNotes/2.52.0.adoc
··· 57 58 * Show 'P'ipe command in "git add -p". 59 60 61 Performance, Internal Implementation, Development Support etc. 62 -------------------------------------------------------------- ··· 136 137 * Build procedure for a few credential helpers (in contrib/) have 138 been updated. 139 140 141 Fixes since v2.51
··· 57 58 * Show 'P'ipe command in "git add -p". 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 + 67 68 Performance, Internal Implementation, Development Support etc. 69 -------------------------------------------------------------- ··· 143 144 * Build procedure for a few credential helpers (in contrib/) have 145 been updated. 146 + 147 + * CI improvements to handle the recent Rust integration better. 148 149 150 Fixes since v2.51