Skip to content

Commit

Permalink
Git 2.46.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Sep 13, 2024
1 parent 8ef5549 commit a731929
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/2.46.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.46.1-pre
DEF_VER=v2.46.1

LF='
'
Expand Down

0 comments on commit a731929

Please sign in to comment.