Skip to content

Commit 6e8611e

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cc48906 commit 6e8611e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ Fixes since v2.42
4646
the same thing twice.
4747
(merge 99fe06cbfd jc/ci-skip-same-commit later to maint).
4848

49+
* The commit-graph verification code that detects mixture of zero and
50+
non-zero generation numbers has been updated.
51+
(merge db6044d762 tb/commit-graph-verify-fix later to maint).
52+
53+
* "git diff -w --exit-code" with various options did not work
54+
correctly, which is being addressed.
55+
(merge a64f8b2595 jc/diff-exit-code-with-w-fixes later to maint).
56+
57+
* transfer.unpackLimit ought to be used as a fallback, but overrode
58+
fetch.unpackLimit and receive.unpackLimit instead.
59+
(merge f3d33f8cfe ts/unpacklimit-config-fix later to maint).
60+
4961
* Other code cleanup, docfix, build fix, etc.
5062
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
5163
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).

0 commit comments

Comments
 (0)