Skip to content

Commit 7bf272c

Browse files
committed
Update draft release notes to 2.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2d1a5a5 commit 7bf272c

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ UI, Workflows & Features
136136

137137
Performance, Internal Implementation, etc.
138138

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.
140141

141142
* We started using wildmatch() in place of fnmatch(3) a few releases
142143
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
170171
track are contained in this release (see the maintenance releases'
171172
notes for details).
172173

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+
173178
* "git diff --no-index -Mq a b" fell into an infinite loop.
174179
(merge ad1c3fb jc/fix-diff-no-index-diff-opt-parse later to maint).
175180

@@ -190,31 +195,16 @@ notes for details).
190195
"ahead/behind/gone" translated to the user's locale.
191196
(merge 7a76c28 mm/status-porcelain-format-i18n-fix later to maint).
192197

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-
206198
* A stray environment variable $prefix could have leaked into and
207199
affected the behaviour of the "subtree" script (in contrib/).
208200

209-
210201
* When it is not necessary to edit a commit log message (e.g. "git
211202
commit -m" is given a message without specifying "-e"), we used to
212203
disable the spawning of the editor by overriding GIT_EDITOR, but
213204
this means all the uses of the editor, other than to edit the
214205
commit log message, are also affected.
215206
(merge b549be0 bp/commit-p-editor later to maint).
216207

217-
218208
* "git mv" that moves a submodule forgot to adjust the array that
219209
uses to keep track of which submodules were to be moved to update
220210
its configuration.
@@ -274,7 +264,7 @@ notes for details).
274264

275265
* Codepaths that parse timestamps in commit objects have been
276266
tightened.
277-
(merge 3f419d4 jk/commit-dates-parsing-fix later to maint).
267+
(merge f80d1f9 jk/commit-dates-parsing-fix later to maint).
278268

279269
* "git diff --external-diff" incorrectly fed the submodule directory
280270
in the working tree to the external diff driver when it knew it is
@@ -329,3 +319,7 @@ notes for details).
329319
extra and unnecessary trailing slash (such a slash is often
330320
given by command line completion).
331321
(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

Comments
 (0)