Skip to content

Commit a9e066f

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e224f26 commit a9e066f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.42.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ Fixes since v2.41
107107
commit, but it did not.
108108
(merge 5768478edc js/defeat-ignore-submodules-config-with-explicit-addition later to maint).
109109

110+
* When "git commit --trailer=..." invokes the interpret-trailers
111+
machinery, it knows what it feeds to interpret-trailers is a full
112+
log message without any patch, but failed to express that by
113+
passing the "--no-divider" option, which has been corrected.
114+
(merge be3d654343 jk/commit-use-no-divider-with-interpret-trailers later to maint).
115+
116+
* Avoid breakage of "git pack-objects --cruft" due to inconsistency
117+
between the way the code enumerates packfiles in the repository.
118+
(merge 73320e49ad tb/collect-pack-filenames-fix later to maint).
119+
110120
* Other code cleanup, docfix, build fix, etc.
111121
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
112122
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).

0 commit comments

Comments
 (0)