]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The tenth batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Aug 2024 17:31:11 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Aug 2024 17:31:28 +0000 (10:31 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.47.0.txt

index ab706fc957f56ae9f7684d6b236f9d2d30f7c30b..0f796d6d4c96e3ba2d93b38d2130d564659cb3a2 100644 (file)
@@ -43,6 +43,9 @@ UI, Workflows & Features
    that the history leading to a given commit "%(is-base:<commit>)" is
    likely based on.
 
+ * The command line prompt support used to be littered with bash-isms,
+   which has been corrected to work with more shells.
+
 
 Performance, Internal Implementation, Development Support etc.
 --------------------------------------------------------------
@@ -171,6 +174,8 @@ Fixes since v2.46
    which made no sense.  These bugs have been corrected.
    (merge a72dfab8b8 tb/pseudo-merge-bitmap-fixes later to maint).
 
+ * "git rebase -x --quiet" was not quiet, which was corrected.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge bb0498b1bb jc/how-to-maintain-updates later to maint).
    (merge 0d66f601a9 jc/tests-no-useless-tee later to maint).