diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-28 19:31:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-28 19:31:28 +0200 |
commit | 17d4b10aea6bda2027047a0e3548a6f8ad667dde (patch) | |
tree | 7dc09ace0195153d3829383d6f236d7031960916 /Documentation/RelNotes/2.47.0.txt | |
parent | Merge branch 'ah/git-prompt-portability' (diff) | |
download | git-17d4b10aea6bda2027047a0e3548a6f8ad667dde.tar.xz git-17d4b10aea6bda2027047a0e3548a6f8ad667dde.zip |
The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.47.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt index ab706fc957..0f796d6d4c 100644 --- a/Documentation/RelNotes/2.47.0.txt +++ b/Documentation/RelNotes/2.47.0.txt @@ -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). |