diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-07-17 10:47:05 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-17 10:47:27 -0700 |
| commit | 1c4a234a1cc13426854d3027ccaa3244835a6d1b (patch) | |
| tree | 318a0204cba9bf353c8151f249451a541e3c5109 | |
| parent | 219719cc558334e06c129598072c9d12ca79028d (diff) | |
| download | git-1c4a234a1cc13426854d3027ccaa3244835a6d1b.tar.gz | |
Post 2.46-rc0 batch #3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.46.0.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index 64d83fd63f..d836233bb5 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -94,6 +94,10 @@ UI, Workflows & Features * A handful of entries are added to the GitFAQ document. + * "git var GIT_SHELL_PATH" should report the path to the shell used + to spawn external commands, but it didn't do so on Windows, which + has been corrected. + Performance, Internal Implementation, Development Support etc. @@ -223,6 +227,15 @@ Performance, Internal Implementation, Development Support etc. sparse index to handle working tree cruft that are outside of the sparse checkout. + * The test framework learned to take the test body not as a single + string but as a here-document. + + * "git push '' HEAD:there" used to hit a BUG(); it has been corrected + to die with "fatal: bad repository ''". + + * What happens when http.cookieFile gets the special value "" has + been clarified in the documentation. + Fixes since v2.45 ----------------- @@ -424,6 +437,15 @@ Fixes since v2.45 Cc: list after running through sanitize_address by "git send-email". (merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint). + * Tests that use GIT_TEST_SANITIZE_LEAK_LOG feature got their exit + status inverted, which has been corrected. + (merge 8c1d6691bc rj/test-sanitize-leak-log-fix later to maint). + + * The http.cookieFile and http.saveCookies configuration variables + have a few values that need to be avoided, which are now ignored + with warning messages. + (merge 4f5822076f jc/http-cookiefile later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 493fdae046 ew/object-convert-leakfix later to maint). (merge 00f3661a0a ss/doc-eol-attr-fix later to maint). |
