Skip to content

Commit a35104f

Browse files
committed
Update draft release notes to Git 2.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6f6be80 commit a35104f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.0.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ Foreign interfaces, subsystems and ports.
4848

4949
UI, Workflows & Features
5050

51+
* "git grep" learned to behave in a way similar to native grep when
52+
"-h" (no header) and "-c" (count) options are given.
53+
54+
* transport-helper, fast-import and fast-export have been updated to
55+
allow the ref mapping and ref deletion in a way similar to the
56+
natively supported transports.
57+
5158
* The "simple" mode is the default for "git push".
5259

5360
* "git add -u" and "git add -A", when run without any pathspec, is a
@@ -137,6 +144,10 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
137144
track are contained in this release (see the maintenance releases'
138145
notes for details).
139146

147+
* "git clean -d pathspec" did not use the given pathspec correctly
148+
and ended up cleaning too much.
149+
(merge 1f2e108 jk/clean-d-pathspec later to maint).
150+
140151
* "git difftool" misbehaved when the repository is bound to the
141152
working tree with the ".git file" mechanism, where a textual file
142153
".git" tells us where it is.

0 commit comments

Comments
 (0)