summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-18 21:33:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-18 21:33:34 (GMT)
commita35104faa205cbdd12ca253ca8b2440b0abeb532 (patch)
treedafa8f1d5e37f4a288bbac350a1dc6aa58153350 /Documentation/RelNotes/2.0.0.txt
parent6f6be80ef15f09d7a5330a6cee03ab5fe3d12979 (diff)
downloadgit-a35104faa205cbdd12ca253ca8b2440b0abeb532.zip
git-a35104faa205cbdd12ca253ca8b2440b0abeb532.tar.gz
git-a35104faa205cbdd12ca253ca8b2440b0abeb532.tar.bz2
Update draft release notes to Git 2.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.0.0.txt')
-rw-r--r--Documentation/RelNotes/2.0.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index 0c71d9d..b0bf974 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -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
@@ -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.