summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.0.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-20 21:18:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-20 21:48:11 (GMT)
commitb2c851a8e67da752d8a5dbde5a9dae6e3428a4c9 (patch)
tree4ec594efe8f6e9743db9b3c48edf80aa29b9066a /Documentation/RelNotes/2.0.0.txt
parent00a5b79466f79a2df6e0f42806adefbe4891c40b (diff)
downloadgit-b2c851a8e67da752d8a5dbde5a9dae6e3428a4c9.zip
git-b2c851a8e67da752d8a5dbde5a9dae6e3428a4c9.tar.gz
git-b2c851a8e67da752d8a5dbde5a9dae6e3428a4c9.tar.bz2
Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"
Instead of showing a warning and working as before, fail and show the message and force immediate upgrade from their upstream repositories when these tools are run, per request from their primary author. 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.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index 97f7df0..263f5cb 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -55,6 +55,9 @@ UI, Workflows & Features
* The "multi-mail" post-receive hook (in contrib/) has been updated
to a more recent version from the upstream.
+ * The "remote-hg/bzr" remote-helper interfaces (in contrib/) are
+ now maintained separately as a third-party plug-in.
+
* "git gc --aggressive" learned "--depth" option and
"gc.aggressiveDepth" configuration variable to allow use of a less
insane depth than the built-in default value of 250.
@@ -88,6 +91,10 @@ 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.
+ * "git push" via transport-helper interface has been updated to
+ allow forced ref updates 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