From c1c0dbb41dd0f88e2bd63a29d21d77485a11bdc3 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 5 Apr 2015 20:41:11 +0200 Subject: [PATCH] remove magit-push-remote This package has been broken for a long time now. It doesn't work as intended with Magit v1.4.0 and with the next branch it is hopeless. The feature tried to implement would be useful and will be implemented as part of Magit itself after I have released v2.1.0. See https://github.com/magit/magit/issues/1485. But fixing magit-push-remote would effectively mean implementing that from scratch, and since I do not have the time to do that before v2.1.0 is released I am instead deprecating this library. --- recipes/magit-push-remote | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes/magit-push-remote diff --git a/recipes/magit-push-remote b/recipes/magit-push-remote deleted file mode 100644 index 1d07d647..00000000 --- a/recipes/magit-push-remote +++ /dev/null @@ -1 +0,0 @@ -(magit-push-remote :repo "tarsius/magit-push-remote" :fetcher github)