]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.46.1 v2.46.1
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Sep 2024 21:05:56 +0000 (14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Sep 2024 22:26:52 +0000 (15:26 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.46.1.txt
GIT-VERSION-GEN

index 07dc76d030aadb26153820b2019ca8209bc11b0e..e55c2c4a4681e69bb087bd6b6d7a43d26c086700 100644 (file)
@@ -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.
index 91a06caf6369948b5bc9a8a081f7ec818ba6cae9..55850912d13034501ccb01906a39ed189054a1e2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.46.1-pre
+DEF_VER=v2.46.1
 
 LF='
 '