File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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+
4760Also contains various documentation updates and code clean-ups.
You can’t perform that action at this time.
0 commit comments