Skip to content

Commit bda494f

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 18ad822 commit bda494f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

Documentation/RelNotes/2.43.0.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ UI, Workflows & Features
4747
"--subject-prefix" option and used "[RFC PATCH]"; now we will add
4848
"RFC" prefix to whatever subject prefix is specified.
4949

50+
* "git log --format" has been taught the %(decorate) placeholder.
51+
52+
* The default log message created by "git revert", when reverting a
53+
commit that records a revert, has been tweaked, to encourage people
54+
describe complex "revert of revert of revert" situation better in
55+
their own words.
56+
5057

5158
Performance, Internal Implementation, Development Support etc.
5259

@@ -108,6 +115,23 @@ Fixes since v2.42
108115
status of the "diff" command has been corrected.
109116
(merge 5cc6b2d70b jk/diff-result-code-cleanup later to maint).
110117

118+
* "git for-each-ref --sort='contents:size'" sorts the refs according
119+
to size numerically, giving a ref that points at a blob twelve-byte
120+
(12) long before showing a blob hundred-byte (100) long.
121+
(merge 6d79cd8474 ks/ref-filter-sort-numerically later to maint).
122+
123+
* We now limit depth of the tree objects and maximum length of
124+
pathnames recorded in tree objects.
125+
(merge 4d5693ba05 jk/tree-name-and-depth-limit later to maint).
126+
127+
* Various fixes to the behaviour of "rebase -i" when the command got
128+
interrupted by conflicting changes.
129+
(merge 203573b024 pw/rebase-i-after-failure later to maint).
130+
131+
* References from description of the `--patch` option in various
132+
manual pages have been simplified and improved.
133+
(merge 11422f23e3 so/diff-doc-for-patch-update later to maint).
134+
111135
* Other code cleanup, docfix, build fix, etc.
112136
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
113137
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -120,3 +144,5 @@ Fixes since v2.42
120144
(merge edf80d23f1 jk/ci-retire-allow-ref later to maint).
121145
(merge 256a94ef6c bc/more-git-var later to maint).
122146
(merge 82af2c639c ob/sequencer-reword-error-message later to maint).
147+
(merge 2a63c79dae rs/grep-parseopt-simplify later to maint).
148+
(merge 078c42531e rs/name-rev-use-opt-hidden-bool later to maint).

0 commit comments

Comments
 (0)