From 7b7c65f72dd50364d7742fabb6b2ca3e4377e7ca Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Tue, 4 Jun 2019 04:00:43 -0500 Subject: [PATCH] README: remove old limitations They work now. Signed-off-by: Felipe Contreras --- README.asciidoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 924ce9c..6c16893 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -107,12 +107,7 @@ Closed branches are not supported; they are not shown and you can't close or reopen. Additionally in certain rare situations a synchronization issue can occur (https://github.com/felipec/git/issues/65[Bug #65]). -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') (patches available) -* `git push --dry-run origin branch` (it will push) (patches available) +Limitations of the remote-helpers' framework apply. == Other projects ==