Skip to content

Commit a731929

Browse files
committed
Git 2.46.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8ef5549 commit a731929

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Documentation/RelNotes/2.46.1.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
6675
Also contains minor documentation updates and code clean-ups.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.46.1-pre
4+
DEF_VER=v2.46.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)