Skip to content

Commit 350dc9f

Browse files
committed
The eighth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d02cc45 commit 350dc9f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.38.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3740
Performance, 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

Comments
 (0)