@@ -54,6 +54,13 @@ UI, Workflows & Features
54
54
describe complex "revert of revert of revert" situation better in
55
55
their own words.
56
56
57
+ * The command-line complation support (in contrib/) learned to
58
+ complete "git commit --trailer=" for possible trailer keys.
59
+
60
+
61
+ * "git update-index" learns "--show-index-version" to inspect
62
+ the index format version used by the on-disk index file.
63
+
57
64
58
65
Performance, Internal Implementation, Development Support etc.
59
66
@@ -141,6 +148,24 @@ Fixes since v2.42
141
148
"--track" option, to complete remote-tracking branches.
142
149
(merge 9f892830d6 js/complete-checkout-t later to maint).
143
150
151
+ * "git diff --no-index -R <(one) <(two)" did not work correctly,
152
+ which has been corrected.
153
+ (merge 48944f214c pw/diff-no-index-from-named-pipes later to maint).
154
+
155
+ * Update "git maintainance" timers' implementation based on systemd
156
+ timers to work with WSL.
157
+ (merge 5e8515e8e8 js/systemd-timers-wsl-fix later to maint).
158
+
159
+ * "git diff --cached" codepath did not fill the necessary stat
160
+ information for a file when fsmonitor knows it is clean and ended
161
+ up behaving as if it is not clean, which has been corrected.
162
+ (merge 6a044a2048 js/diff-cached-fsmonitor-fix later to maint).
163
+
164
+ * Clarify how "alias.foo = : git cmd ; aliased-command-string" should
165
+ be spelled with necessary whitespaces around punctuation marks to
166
+ work.
167
+ (merge 4333267995 pb/completion-aliases-doc later to maint).
168
+
144
169
* Other code cleanup, docfix, build fix, etc.
145
170
(merge fd3ba590d8 ws/git-push-doc-grammofix later to maint).
146
171
(merge 5f33a843de ds/upload-pack-error-sequence-fix later to maint).
@@ -155,3 +180,5 @@ Fixes since v2.42
155
180
(merge 82af2c639c ob/sequencer-reword-error-message later to maint).
156
181
(merge 2a63c79dae rs/grep-parseopt-simplify later to maint).
157
182
(merge 078c42531e rs/name-rev-use-opt-hidden-bool later to maint).
183
+ (merge 63642d58b4 ob/sequencer-remove-dead-code later to maint).
184
+ (merge 8aae489756 ob/t3404-typofix later to maint).
0 commit comments