Skip to content

Commit e7e5c6f

Browse files
committed
Downmerge a bit more for 2.38.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 40d2f93 commit e7e5c6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.38.2.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,17 @@ Fixes since v2.38.1
4444
* "GIT_EDITOR=: git branch --edit-description" resulted in failure,
4545
which has been corrected.
4646

47+
* Documentation on various Boolean GIT_* environment variables have
48+
been clarified.
49+
50+
* "git multi-pack-index repack/expire" used to repack unreachable
51+
cruft into a new pack, which have been corrected.
52+
53+
* The code to clean temporary object directories (used for
54+
quarantine) tried to remove them inside its signal handler, which
55+
was a no-no.
56+
57+
* "git branch --edit-description" on an unborh branch misleadingly
58+
said that no such branch exists, which has been corrected.
59+
4760
Also contains various documentation updates and code clean-ups.

0 commit comments

Comments
 (0)