Skip to content

Commit

Permalink
A bit more topics for 2.46.x maintenance track
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 Aug 26, 2024
1 parent 5072ad8 commit 6809f8c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Documentation/RelNotes/2.46.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,26 @@ Fixes since Git 2.46

* Perforce tests have been updated.

* The credential helper to talk to OSX keychain sometimes sent
garbage bytes after the username, which has been corrected.

* A recent update broke "git ls-remote" used outside a repository,
which has been corrected.

* "git config --value=foo --fixed-value section.key newvalue" barfed
when the existing value in the configuration file used the
valueless true syntax, which has been corrected.

* "git reflog expire" failed to honor annotated tags when computing
reachable commits.

* A flakey test and incorrect calls to strtoX() functions have been
fixed.

* Follow-up on 2.45.1 regression fix.

* "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
behave more or less like "git log -p --remerge-diff" but instead it
crashed, forgetting to prepare a temporary object store needed.

Also contains minor documentation updates and code clean-ups.

0 comments on commit 6809f8c

Please sign in to comment.