Skip to content

Commit

Permalink
Downmerge a bit more for 2.38.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Oct 27, 2022
1 parent 40d2f93 commit e7e5c6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Documentation/RelNotes/2.38.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,17 @@ Fixes since v2.38.1
* "GIT_EDITOR=: git branch --edit-description" resulted in failure,
which has been corrected.

* Documentation on various Boolean GIT_* environment variables have
been clarified.

* "git multi-pack-index repack/expire" used to repack unreachable
cruft into a new pack, which have been corrected.

* The code to clean temporary object directories (used for
quarantine) tried to remove them inside its signal handler, which
was a no-no.

* "git branch --edit-description" on an unborh branch misleadingly
said that no such branch exists, which has been corrected.

Also contains various documentation updates and code clean-ups.

0 comments on commit e7e5c6f

Please sign in to comment.