summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-27 22:24:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-10-27 22:24:23 (GMT)
commite7e5c6f715b2de7bea0d39c7d2ba887335b40aa0 (patch)
tree7e4543fd73f9eaf7962feda682f57ca32deabfc1 /Documentation/RelNotes
parent40d2f93bde0d7f256eea28ed940a8855432fa5d6 (diff)
downloadgit-e7e5c6f715b2de7bea0d39c7d2ba887335b40aa0.zip
git-e7e5c6f715b2de7bea0d39c7d2ba887335b40aa0.tar.gz
git-e7e5c6f715b2de7bea0d39c7d2ba887335b40aa0.tar.bz2
Downmerge a bit more for 2.38.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.38.2.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.2.txt b/Documentation/RelNotes/2.38.2.txt
index 00d4b77..086b900 100644
--- a/Documentation/RelNotes/2.38.2.txt
+++ b/Documentation/RelNotes/2.38.2.txt
@@ -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.