]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Downmerge a bit more for 2.38.2
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2022 22:24:23 +0000 (15:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Oct 2022 22:24:23 +0000 (15:24 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.38.2.txt

index 00d4b7765576228f822ea1921f9e71bc738bbded..086b900f6c67dc79f2bc7a62a6e35494cb821054 100644 (file)
@@ -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.