aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-11-25 12:33:36 +0900
committerJunio C Hamano <gitster@pobox.com>2024-11-25 12:33:36 +0900
commit6ea2d9d271a56afa0e77cd45796ea0592aa9c2d4 (patch)
treefaa3f8f6e5c6de0db2c999ed5a2fef5c747374f6
parent04eaff62f286226f501dd21f069e0e257aee11a6 (diff)
parent92999a42db1c5f43f330e4f2bca4026b5b81576f (diff)
downloadgit-6ea2d9d271a56afa0e77cd45796ea0592aa9c2d4.tar.gz
Sync with Git 2.47.1
* maint: Git 2.47.1 Makefile(s): avoid recipe prefix in conditional statements doc: switch links to https doc: update links to current pages
-rw-r--r--Documentation/RelNotes/2.47.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.1.txt b/Documentation/RelNotes/2.47.1.txt
index 6d7a4d98fb..39206c09fd 100644
--- a/Documentation/RelNotes/2.47.1.txt
+++ b/Documentation/RelNotes/2.47.1.txt
@@ -24,3 +24,8 @@ Fixes since Git 2.47
* A "git fetch" from the superproject going down to a submodule used
a wrong remote when the default remote names are set differently
between them.
+
+ * The "gitk" project tree has been synchronized again with its new
+ maintainer, Johannes Sixt.
+
+Also contains minor documentation updates and code clean-ups.