@@ -47,6 +47,13 @@ UI, Workflows & Features
47
47
"--subject-prefix" option and used "[RFC PATCH]"; now we will add
48
48
"RFC" prefix to whatever subject prefix is specified.
49
49
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
+
50
57
51
58
Performance, Internal Implementation, Development Support etc.
52
59
@@ -108,6 +115,23 @@ Fixes since v2.42
108
115
status of the "diff" command has been corrected.
109
116
(merge 5cc6b2d70b jk/diff-result-code-cleanup later to maint).
110
117
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
+
111
135
* Other code cleanup, docfix, build fix, etc.
112
136
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
113
137
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -120,3 +144,5 @@ Fixes since v2.42
120
144
(merge edf80d23f1 jk/ci-retire-allow-ref later to maint).
121
145
(merge 256a94ef6c bc/more-git-var later to maint).
122
146
(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