We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef5549 commit a731929Copy full SHA for a731929
Documentation/RelNotes/2.46.1.txt
@@ -63,4 +63,13 @@ Fixes since Git 2.46
63
* "git bundle unbundle" outside a repository triggered a BUG()
64
unnecessarily, which has been corrected.
65
66
+ * The code forgot to discard unnecessary in-core commit buffer data
67
+ for commits that "git log --skip=<number>" traversed but omitted
68
+ from the output, which has been corrected.
69
+
70
+ * "git verify-pack" and "git index-pack" started dying outside a
71
+ repository, which has been corrected.
72
73
+ * A corner case bug in "git stash" was fixed.
74
75
Also contains minor documentation updates and code clean-ups.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.46.1-pre
+DEF_VER=v2.46.1
5
6
LF='
7
'
0 commit comments