Remove magithub package

It is unsupported and unmaintained for 2 years now.
This commit is contained in:
Gergely Polonkai 2015-09-25 16:56:26 +02:00 committed by Gergely Polonkai
parent b3cc13d342
commit 09a4d9fa17
3 changed files with 0 additions and 1202 deletions

View File

@ -1,36 +0,0 @@
;;; magithub-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (magithub-clone) "magithub" "magithub.el" (21539
;;;;;; 11653 143280 560000))
;;; Generated autoloads from magithub.el
(autoload 'magithub-clone "magithub" "\
Clone GitHub repo USERNAME/REPO into directory DIR.
If SSHP is non-nil, clone it using the SSH URL. Once the repo is
cloned, switch to a `magit-status' buffer for it.
Interactively, prompts for the repo name and directory. With a
prefix arg, clone using SSH.
\(fn USERNAME REPO DIR &optional SSHP)" t nil)
(eval-after-load 'magit '(unless (featurep 'magithub) (require 'magithub)))
;;;***
;;;### (autoloads nil nil ("magithub-pkg.el") (21539 11653 223834
;;;;;; 758000))
;;;***
(provide 'magithub-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; magithub-autoloads.el ends here

View File

@ -1 +0,0 @@
(define-package "magithub" "0.2" "Magit extensions for using GitHub" (quote ((magit "0.8") (json "1.2"))))

File diff suppressed because it is too large Load Diff