]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The eighth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2022 02:34:14 +0000 (19:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Aug 2022 16:58:39 +0000 (09:58 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.38.0.txt

index 662a92c347c5bf3ef23f4e35577ee600c829d1a7..66e278b4fee1fd7d63933eaa197edca1a242c1ac 100644 (file)
@@ -33,6 +33,9 @@ UI, Workflows & Features
  * Various messages that come from the pack-bitmap codepaths have been
    tweaked.
 
+ * "git rebase -i" learns to update branches whose tip appear in the
+   rebased range with "--update-refs" option.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -169,7 +172,20 @@ Fixes since v2.37
    CRLF-to-LF conversion correctly, which has been corrected.
    (merge 4d35f74421 mb/p4-utf16-crlf later to maint).
 
+ * "git p4" did not handle non-ASCII client name well, which has been
+   corrected.
+   (merge d205483695 kk/p4-client-name-encoding-fix later to maint).
+
+ * "rerere-train" script (in contrib/) used to honor commit.gpgSign
+   while recreating the throw-away merges.
+   (merge cc391fc886 cl/rerere-train-with-no-sign later to maint).
+
+ * "git checkout" miscounted the paths it updated, which has been
+   corrected.
+   (merge 611c7785e8 mt/checkout-count-fix later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge a700395eaf ma/t4200-update later to maint).
    (merge ae436f283c ma/sparse-checkout-cone-doc-fix later to maint).
    (merge a10f6e2bda sg/index-format-doc-update later to maint).
+   (merge ce5f07983d mt/pkt-line-comment-tweak later to maint).