@@ -136,7 +136,8 @@ UI, Workflows & Features
136
136
137
137
Performance, Internal Implementation, etc.
138
138
139
- * The compilation options to port to AIX has been updated.
139
+ * The compilation options to port to AIX and to MSVC have been
140
+ updated.
140
141
141
142
* We started using wildmatch() in place of fnmatch(3) a few releases
142
143
ago; complete the process and stop using fnmatch(3).
@@ -170,6 +171,10 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
170
171
track are contained in this release (see the maintenance releases'
171
172
notes for details).
172
173
174
+ * "git update-ref --stdin" did not fail a request to create a ref
175
+ when the ref already existed.
176
+ (merge b9d56b5 mh/update-ref-batch-create-fix later to maint).
177
+
173
178
* "git diff --no-index -Mq a b" fell into an infinite loop.
174
179
(merge ad1c3fb jc/fix-diff-no-index-diff-opt-parse later to maint).
175
180
@@ -190,31 +195,16 @@ notes for details).
190
195
"ahead/behind/gone" translated to the user's locale.
191
196
(merge 7a76c28 mm/status-porcelain-format-i18n-fix later to maint).
192
197
193
-
194
- * "git repack" died when asked to (re)pack with the reachability
195
- bitmap when a bitmap cannot be built; instead, just (re)pack
196
- without producing a bitmap in such a case, with a warning.
197
- (merge 373c67d jk/pack-bitmap later to maint).
198
-
199
-
200
- * The progress output while repacking and transferring objects showed
201
- an apparent large silence while writing the objects out of existing
202
- packfiles, when the reachability bitmap was in use.
203
- (merge 78d2214 jk/pack-bitmap-progress later to maint).
204
-
205
-
206
198
* A stray environment variable $prefix could have leaked into and
207
199
affected the behaviour of the "subtree" script (in contrib/).
208
200
209
-
210
201
* When it is not necessary to edit a commit log message (e.g. "git
211
202
commit -m" is given a message without specifying "-e"), we used to
212
203
disable the spawning of the editor by overriding GIT_EDITOR, but
213
204
this means all the uses of the editor, other than to edit the
214
205
commit log message, are also affected.
215
206
(merge b549be0 bp/commit-p-editor later to maint).
216
207
217
-
218
208
* "git mv" that moves a submodule forgot to adjust the array that
219
209
uses to keep track of which submodules were to be moved to update
220
210
its configuration.
@@ -274,7 +264,7 @@ notes for details).
274
264
275
265
* Codepaths that parse timestamps in commit objects have been
276
266
tightened.
277
- (merge 3f419d4 jk/commit-dates-parsing-fix later to maint).
267
+ (merge f80d1f9 jk/commit-dates-parsing-fix later to maint).
278
268
279
269
* "git diff --external-diff" incorrectly fed the submodule directory
280
270
in the working tree to the external diff driver when it knew it is
@@ -329,3 +319,7 @@ notes for details).
329
319
extra and unnecessary trailing slash (such a slash is often
330
320
given by command line completion).
331
321
(merge 2e70c01 nd/submodule-pathspec-ending-with-slash later to maint.)
322
+
323
+ * Documentation and in-code comments had many instances of mistaken
324
+ use of "nor", which have been corrected.
325
+ (merge 235e8d5 jl/nor-or-nand-and later to maint).
0 commit comments