]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The seventh batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2022 00:58:13 +0000 (16:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Feb 2022 00:58:13 +0000 (16:58 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.36.0.txt

index 4e8309701b5362ee3b2e068613ef11c08dbde487..78e037b86532978622ac3f733bf6354b768f5687 100644 (file)
@@ -194,6 +194,17 @@ Fixes since v2.35
    "worktree" itself wasn't, which has been corrected.
    (merge 2df5387ed0 jc/glossary-worktree later to maint).
 
+ * L10n support for a few error messages.
+   (merge 3d3c23b3a7 bs/forbid-i18n-of-protocol-token-in-fetch-pack later to maint).
+
+ * Test modernization.
+   (merge d4fe066e4b sy/t0001-use-path-is-helper later to maint).
+
+ * "git log --graph --graph" used to leak a graph structure, and there
+   was no way to countermand "--graph" that appear earlier on the
+   command line.  A "--no-graph" option has been added and resource
+   leakage has been plugged.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge cfc5cf428b jc/find-header later to maint).
    (merge 40e7cfdd46 jh/p4-fix-use-of-process-error-exception later to maint).
@@ -215,3 +226,4 @@ Fixes since v2.35
    (merge cd26cd6c7c sy/modernize-t-lib-read-tree-m-3way later to maint).
    (merge d17294a05e ab/hash-object-leakfix later to maint).
    (merge b8403129d3 jd/t0015-modernize later to maint).
+   (merge 332acc248d ds/mailmap later to maint).