@@ -94,6 +94,10 @@ UI, Workflows & Features
9494
9595 * A handful of entries are added to the GitFAQ document.
9696
97+ * "git var GIT_SHELL_PATH" should report the path to the shell used
98+ to spawn external commands, but it didn't do so on Windows, which
99+ has been corrected.
100+
97101
98102Performance, Internal Implementation, Development Support etc.
99103
@@ -223,6 +227,15 @@ Performance, Internal Implementation, Development Support etc.
223227 sparse index to handle working tree cruft that are outside of the
224228 sparse checkout.
225229
230+ * The test framework learned to take the test body not as a single
231+ string but as a here-document.
232+
233+ * "git push '' HEAD:there" used to hit a BUG(); it has been corrected
234+ to die with "fatal: bad repository ''".
235+
236+ * What happens when http.cookieFile gets the special value "" has
237+ been clarified in the documentation.
238+
226239
227240Fixes since v2.45
228241-----------------
@@ -424,6 +437,15 @@ Fixes since v2.45
424437 Cc: list after running through sanitize_address by "git send-email".
425438 (merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).
426439
440+ * Tests that use GIT_TEST_SANITIZE_LEAK_LOG feature got their exit
441+ status inverted, which has been corrected.
442+ (merge 8c1d6691bc rj/test-sanitize-leak-log-fix later to maint).
443+
444+ * The http.cookieFile and http.saveCookies configuration variables
445+ have a few values that need to be avoided, which are now ignored
446+ with warning messages.
447+ (merge 4f5822076f jc/http-cookiefile later to maint).
448+
427449 * Other code cleanup, docfix, build fix, etc.
428450 (merge 493fdae046 ew/object-convert-leakfix later to maint).
429451 (merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
0 commit comments