File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -63,4 +63,13 @@ Fixes since Git 2.46
63
63
* "git bundle unbundle" outside a repository triggered a BUG()
64
64
unnecessarily, which has been corrected.
65
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
+
66
75
Also contains minor documentation updates and code clean-ups.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.46.1-pre
4
+ DEF_VER=v2.46.1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments