Skip to content

Commit

Permalink
Update draft release notes to Git 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Mar 18, 2014
1 parent 6f6be80 commit a35104f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/RelNotes/2.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ Foreign interfaces, subsystems and ports.

UI, Workflows & Features

* "git grep" learned to behave in a way similar to native grep when
"-h" (no header) and "-c" (count) options are given.

* transport-helper, fast-import and fast-export have been updated to
allow the ref mapping and ref deletion in a way similar to the
natively supported transports.

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

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

* "git clean -d pathspec" did not use the given pathspec correctly
and ended up cleaning too much.
(merge 1f2e108 jk/clean-d-pathspec later to maint).

* "git difftool" misbehaved when the repository is bound to the
working tree with the ".git file" mechanism, where a textual file
".git" tells us where it is.
Expand Down

0 comments on commit a35104f

Please sign in to comment.