From e7df347fabb45b4a35305b28364de6dcc7845431 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 31 May 2014 15:49:28 -0500 Subject: [PATCH] readme: fix not about v2.0 It didn't get in. Signed-off-by: Felipe Contreras --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index de9d2ef..7f5f1f5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -109,8 +109,8 @@ Limitations of the remote-helpers' framework apply. In particular, these commands don't work: * `git push origin :branch-to-delete` -* `git push origin old:new` (it will push 'old') (Git v2.0) -* `git push --dry-run origin branch` (it will push) (Git v2.0) +* `git push origin old:new` (it will push 'old') (patches available) +* `git push --dry-run origin branch` (it will push) (patches available) == Other projects ==