@@ -91,37 +91,29 @@ Fixes since v2.37
91
91
92
92
* Certain diff options are currently ignored when combined-diff is
93
93
shown; mark them as incompatible with the feature.
94
- (merge cfb19ae05f rs/combine-diff-with-incompatible-options later to maint).
95
94
96
95
* Adjust technical/bitmap-format to be formatted by AsciiDoc, and
97
96
add some missing information to the documentation.
98
- (merge ac7667bd44 ac/bitmap-format-doc later to maint).
99
97
100
98
* Fixes for tests when the source directory has unusual characters in
101
99
its path, e.g. whitespaces, double-quotes, etc.
102
- (merge eb1cd60290 ab/test-quoting-fix later to maint).
103
100
104
101
* "git mktree --missing" lazily fetched objects that are missing from
105
102
the local object store, which was totally unnecessary for the purpose
106
103
of creating the tree object(s) from its input.
107
- (merge 817b0f6027 ro/mktree-allow-missing-fix later to maint).
108
104
109
105
* Give _() markings to fatal/warning/usage: labels that are shown in
110
106
front of these messages.
111
- (merge a1fd2cf8cd dr/i18n-die-warn-error-usage later to maint).
112
107
113
108
* References to commands-to-be-typed-literally in "git rebase"
114
109
documentation mark-up have been corrected.
115
- (merge 54e51e559e ds/git-rebase-doc-markup later to maint).
116
110
117
111
* In a non-bare repository, the behavior of Git when the
118
112
core.worktree configuration variable points at a directory that has
119
113
a repository as its subdirectory, regressed in Git 2.27 days.
120
- (merge d6c9a71755 gg/worktree-from-the-above later to maint).
121
114
122
115
* Recent update to vimdiff layout code has been made more robust
123
116
against different end-user vim settings.
124
- (merge f3d7623a13 fr/vimdiff-layout-fix later to maint).
125
117
126
118
* Plug various memory leaks.
127
119
(merge ece3974ba6 ab/leakfix later to maint).
@@ -131,7 +123,6 @@ Fixes since v2.37
131
123
132
124
* Fixes a long-standing corner case bug around directory renames in
133
125
the merge-ort strategy.
134
- (merge 751e165424 en/merge-dual-dir-renames-fix later to maint).
135
126
136
127
* The resolve-undo information in the index was not protected against
137
128
GC, which has been corrected.
@@ -148,17 +139,13 @@ Fixes since v2.37
148
139
149
140
* An earlier attempt to plug leaks placed a clean-up label to jump to
150
141
at a bogus place, which as been corrected.
151
- (merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint).
152
142
153
143
* Variable quoting fix in the vimdiff driver of "git mergetool"
154
- (merge ccc7b5148b js/vimdiff-quotepath-fix later to maint).
155
144
156
145
* "git shortlog -n" relied on the underlying qsort() to be stable,
157
146
which shouldn't have. Fixed.
158
- (merge df534dcbaa js/shortlog-sort-stably later to maint).
159
147
160
148
* A fix for a regression in test framework.
161
- (merge 7253f7ca9f js/ci-github-workflow-markup later to maint).
162
149
163
150
* mkstemp() emulation on Windows has been improved.
164
151
(merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
@@ -183,15 +170,6 @@ Fixes since v2.37
183
170
(merge 4d35f74421 mb/p4-utf16-crlf later to maint).
184
171
185
172
* Other code cleanup, docfix, build fix, etc.
186
- (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
187
- (merge 1971510c35 pb/diff-doc-raw-format later to maint).
188
- (merge a3ba4fa715 cr/setup-bug-typo later to maint).
189
- (merge 85845580d9 ds/vscode-settings later to maint).
190
- (merge ec2f6c0cca en/t6429-test-must-be-empty-fix later to maint).
191
- (merge 14deb585fb tb/pack-objects-remove-pahole-comment later to maint).
192
- (merge 2ffb7d13ee ds/t5510-brokequote later to maint).
193
- (merge 18337d406f ll/ls-files-tests-update later to maint).
194
- (merge 8cdab69d96 tk/rev-parse-doc-clarify-at-u later to maint).
195
173
(merge a700395eaf ma/t4200-update later to maint).
196
174
(merge ae436f283c ma/sparse-checkout-cone-doc-fix later to maint).
197
175
(merge a10f6e2bda sg/index-format-doc-update later to maint).
0 commit comments