@@ -33,6 +33,9 @@ UI, Workflows & Features
3333 * Various messages that come from the pack-bitmap codepaths have been
3434 tweaked.
3535
36+ * "git rebase -i" learns to update branches whose tip appear in the
37+ rebased range with "--update-refs" option.
38+
3639
3740Performance, Internal Implementation, Development Support etc.
3841
@@ -169,7 +172,20 @@ Fixes since v2.37
169172 CRLF-to-LF conversion correctly, which has been corrected.
170173 (merge 4d35f74421 mb/p4-utf16-crlf later to maint).
171174
175+ * "git p4" did not handle non-ASCII client name well, which has been
176+ corrected.
177+ (merge d205483695 kk/p4-client-name-encoding-fix later to maint).
178+
179+ * "rerere-train" script (in contrib/) used to honor commit.gpgSign
180+ while recreating the throw-away merges.
181+ (merge cc391fc886 cl/rerere-train-with-no-sign later to maint).
182+
183+ * "git checkout" miscounted the paths it updated, which has been
184+ corrected.
185+ (merge 611c7785e8 mt/checkout-count-fix later to maint).
186+
172187 * Other code cleanup, docfix, build fix, etc.
173188 (merge a700395eaf ma/t4200-update later to maint).
174189 (merge ae436f283c ma/sparse-checkout-cone-doc-fix later to maint).
175190 (merge a10f6e2bda sg/index-format-doc-update later to maint).
191+ (merge ce5f07983d mt/pkt-line-comment-tweak later to maint).
0 commit comments