Skip to content

Commit 6809f8c

Browse files
committed
A bit more topics for 2.46.x maintenance track
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5072ad8 commit 6809f8c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.46.1.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,26 @@ Fixes since Git 2.46
3434

3535
* Perforce tests have been updated.
3636

37+
* The credential helper to talk to OSX keychain sometimes sent
38+
garbage bytes after the username, which has been corrected.
39+
40+
* A recent update broke "git ls-remote" used outside a repository,
41+
which has been corrected.
42+
43+
* "git config --value=foo --fixed-value section.key newvalue" barfed
44+
when the existing value in the configuration file used the
45+
valueless true syntax, which has been corrected.
46+
47+
* "git reflog expire" failed to honor annotated tags when computing
48+
reachable commits.
49+
50+
* A flakey test and incorrect calls to strtoX() functions have been
51+
fixed.
52+
53+
* Follow-up on 2.45.1 regression fix.
54+
55+
* "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
56+
behave more or less like "git log -p --remerge-diff" but instead it
57+
crashed, forgetting to prepare a temporary object store needed.
58+
3759
Also contains minor documentation updates and code clean-ups.

0 commit comments

Comments
 (0)