summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-14 19:06:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-20 00:09:57 (GMT)
commit10e1feebb454d99eb6644cc53b94255f40e6fe9c (patch)
treecdd92ca11b48b6b50865f62251c40d82bf1f246e /Documentation
parentb28aeab4ec1df28f3be3cb62ff4b85e5332d8d13 (diff)
downloadgit-10e1feebb454d99eb6644cc53b94255f40e6fe9c.zip
git-10e1feebb454d99eb6644cc53b94255f40e6fe9c.tar.gz
git-10e1feebb454d99eb6644cc53b94255f40e6fe9c.tar.bz2
Revert "Merge branch 'fc/transport-helper-sync-error-fix'"
This reverts commit d508e4a8e2391ae2596403b6478d01cf3d5f928f, reversing changes made to e42552135a2a396f37053a89f44952ea907870b2. The author of the original topic says he broke the upcoming 2.0 release with something that relates to "synchronization crash regression" while refusing to give further specifics, so this would unfortunately be the safest option for the upcoming release. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.0.0.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/RelNotes/2.0.0.txt b/Documentation/RelNotes/2.0.0.txt
index 6e628d4..97f7df0 100644
--- a/Documentation/RelNotes/2.0.0.txt
+++ b/Documentation/RelNotes/2.0.0.txt
@@ -88,10 +88,6 @@ 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 (e.g. remote-hg) 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