]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifth batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 26 Jun 2023 16:29:17 +0000 (09:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jun 2023 16:29:50 +0000 (09:29 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.42.0.txt

index 5597ba48d194b25c534a8a26c5f277a9674699b9..85e078839c0dfb7d85a0da15db52183ddd09622e 100644 (file)
@@ -107,6 +107,16 @@ Fixes since v2.41
    commit, but it did not.
    (merge 5768478edc js/defeat-ignore-submodules-config-with-explicit-addition later to maint).
 
+ * When "git commit --trailer=..." invokes the interpret-trailers
+   machinery, it knows what it feeds to interpret-trailers is a full
+   log message without any patch, but failed to express that by
+   passing the "--no-divider" option, which has been corrected.
+   (merge be3d654343 jk/commit-use-no-divider-with-interpret-trailers later to maint).
+
+ * Avoid breakage of "git pack-objects --cruft" due to inconsistency
+   between the way the code enumerates packfiles in the repository.
+   (merge 73320e49ad tb/collect-pack-filenames-fix later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge 51f9d2e563 sa/doc-ls-remote later to maint).
    (merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).