Skip to content

Commit 4a28f16

Browse files
committed
Update draft release notes to 2.0
Hopefully for the last time ;-) Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8ced8e4 commit 4a28f16

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Documentation/RelNotes/2.0.0.txt

+5-9
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ UI, Workflows & Features
5555
* The "multi-mail" post-receive hook (in contrib/) has been updated
5656
to a more recent version from upstream.
5757

58-
* The "remote-hg/bzr" remote-helper interfaces (in contrib/) are
59-
now maintained separately as a third-party plug-in.
58+
* The "remote-hg/bzr" remote-helper interfaces (used to be in
59+
contrib/) are no more. They are now maintained separately as
60+
third-party plug-ins in their own repositories.
6061

6162
* "git gc --aggressive" learned "--depth" option and
6263
"gc.aggressiveDepth" configuration variable to allow use of a less
@@ -190,12 +191,7 @@ notes for details).
190191
* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
191192
interface, used an unsafe construct when showing the branch name in
192193
$PS1.
193-
(merge 8976500 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
194-
195-
* The remote-helper interface to fast-import/fast-export via the
196-
transport-helper has been tightened to avoid leaving the import
197-
marks file from a failed/crashed run, as such a file that is out-of-
198-
sync with reality confuses a later invocation of itself.
194+
(merge 1e4119c8 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
199195

200196
* "git rebase" used a POSIX shell construct FreeBSD's /bin/sh does not
201197
work well with.
@@ -344,7 +340,7 @@ notes for details).
344340
the pathspec is given as an absolute pathname (which is a
345341
practice not particularly encouraged) that points at a symbolic
346342
link in the working tree.
347-
(merge later 655ee9e mw/symlinks to maint.)
343+
(merge 6127ff6 mw/symlinks later to maint.)
348344

349345
* "git diff --quiet -- pathspec1 pathspec2" sometimes did not return
350346
the correct status value.

0 commit comments

Comments
 (0)