mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-12 15:59:24 -06:00
Git 2.46.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8ef5549b06
commit
a731929aa8
@ -63,4 +63,13 @@ Fixes since Git 2.46
|
|||||||
* "git bundle unbundle" outside a repository triggered a BUG()
|
* "git bundle unbundle" outside a repository triggered a BUG()
|
||||||
unnecessarily, which has been corrected.
|
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.
|
Also contains minor documentation updates and code clean-ups.
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v2.46.1-pre
|
DEF_VER=v2.46.1
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user