summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-13 14:05:56 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-13 15:26:52 -0700
commita731929aa8016750c09bccc67c68feaf1259ce90 (patch)
tree4088ad4870da72ba86e62a1bdc2ad9472b26bdb8
parent8ef5549b0664ab0acc02d49564dd5b679fade359 (diff)
Git 2.46.1v2.46.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.46.1.txt9
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.46.1.txt b/Documentation/RelNotes/2.46.1.txt
index 07dc76d030..e55c2c4a46 100644
--- a/Documentation/RelNotes/2.46.1.txt
+++ b/Documentation/RelNotes/2.46.1.txt
@@ -63,4 +63,13 @@ Fixes since Git 2.46
* "git bundle unbundle" outside a repository triggered a BUG()
unnecessarily, which has been corrected.
+ * The code forgot to discard unnecessary in-core commit buffer data
+ for commits that "git log --skip=<number>" traversed but omitted
+ from the output, which has been corrected.
+
+ * "git verify-pack" and "git index-pack" started dying outside a
+ repository, which has been corrected.
+
+ * A corner case bug in "git stash" was fixed.
+
Also contains minor documentation updates and code clean-ups.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 91a06caf63..55850912d1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v2.46.1-pre
+DEF_VER=v2.46.1
LF='
'