summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-21 18:54:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-04-21 18:54:29 (GMT)
commit779792a5f24bb4e8049c4f88ad752e70d4a8a080 (patch)
tree61c3891747a3c82338ac995524e5d5958ec473b4 /Documentation/RelNotes/2.0.0.txt
parentaeaa7e2784b8253e1557e6b41350b6e3c7fa49a2 (diff)
downloadgit-779792a5f24bb4e8049c4f88ad752e70d4a8a080.zip
git-779792a5f24bb4e8049c4f88ad752e70d4a8a080.tar.gz
git-779792a5f24bb4e8049c4f88ad752e70d4a8a080.tar.bz2
Update draft release notes to 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.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index e310252..3bd2b65 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -41,6 +41,11 @@ with "git diff-files --diff-filter=d").
"git request-pull" lost a few "heuristics" that often led to mistakes.
+The default prefix for "git svn" has changed in Git 2.0. For a long
+time, "git svn" created its remote-tracking branches directly under
+refs/remotes, but it now places them under refs/remotes/origin/ unless
+it is told otherwise with its --prefix option.
+
Updates since v1.9 series
-------------------------
@@ -83,9 +88,9 @@ 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.
+ * "git push" via transport-helper interface (e.g. remote-hg) has
+ been updated to allow ref deletion in a way similar to the natively
+ supported transports.
* The "simple" mode is the default for "git push".
@@ -174,6 +179,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 rebase" used a POSIX shell construct FreeBSD /bin/sh does not
+ work well with.
+ (merge 8cd6596 km/avoid-non-function-return-in-rebase later to maint).
+
* zsh prompt (in contrib/) leaked unnecessary error messages.
* bash completion (in contrib/) did not complete the refs and remotes