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
6363 * "git bundle unbundle" outside a repository triggered a BUG()
6464 unnecessarily, which has been corrected.
6565
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+
6675Also contains minor documentation updates and code clean-ups.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.46.1-pre
4+ DEF_VER=v2.46.1
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments