Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 1dc51c6

Browse files
committed
Update draft release notes for 2.0
Describe one last minute one-liner fix for regression introduced in 1.9, and fix a grave mischaracterization on a recent remote-hg/bzr change, pointed out by Felipe. Signed-off-by: Junio C Hamano <[email protected]>
1 parent ccfa587 commit 1dc51c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ UI, Workflows & Features
8989
"-h" (no header) and "-c" (count) options are given.
9090

9191
* "git push" via transport-helper interface (e.g. remote-hg) has
92-
been updated to allow ref deletion in a way similar to the natively
93-
supported transports.
92+
been updated to allow forced ref updates in a way similar to the
93+
natively supported transports.
9494

9595
* The "simple" mode is the default for "git push".
9696

@@ -179,6 +179,10 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
179179
track are contained in this release (see the maintenance releases'
180180
notes for details).
181181

182+
* "git p4" was broken in 1.9 release to deal with changes in binary
183+
files.
184+
(merge 749b668 cl/p4-use-diff-tree later to maint).
185+
182186
* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
183187
interface, used an unsafe construct when showing the branch name in
184188
$PS1.

0 commit comments

Comments
 (0)