@@ -94,6 +94,10 @@ UI, Workflows & Features
94
94
95
95
* A handful of entries are added to the GitFAQ document.
96
96
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
+
97
101
98
102
Performance, Internal Implementation, Development Support etc.
99
103
@@ -223,6 +227,15 @@ Performance, Internal Implementation, Development Support etc.
223
227
sparse index to handle working tree cruft that are outside of the
224
228
sparse checkout.
225
229
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
+
226
239
227
240
Fixes since v2.45
228
241
-----------------
@@ -424,6 +437,15 @@ Fixes since v2.45
424
437
Cc: list after running through sanitize_address by "git send-email".
425
438
(merge c852531f45 cb/send-email-sanitize-trailer-addresses later to maint).
426
439
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
+
427
449
* Other code cleanup, docfix, build fix, etc.
428
450
(merge 493fdae046 ew/object-convert-leakfix later to maint).
429
451
(merge 00f3661a0a ss/doc-eol-attr-fix later to maint).
0 commit comments