Skip to content

Commit

Permalink
Autoload magithub-clone.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jun 9, 2010
1 parent 6c7645c commit 9fd1669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions magithub.el
Expand Up @@ -12,6 +12,7 @@
;; Package-Requires: ((magit "0.8") (json "1.2"))

;;; Commentary:

;; This package does two things. First, it extends Magit's UI with
;; assorted GitHub-related functionality, similar to the github-gem
;; tool (http://github.com/defunkt/github-gem). Second, Magithub uses
Expand Down Expand Up @@ -634,6 +635,7 @@ creates a private repo."
(plist-get (plist-get data :repository) :url)))
(list name))))

;;;###autoload
(defun magithub-clone (username repo dir &optional sshp)
"Clone GitHub repo USERNAME/REPO into directory DIR.
If SSHP is non-nil, clone it using the SSH URL. Once the repo is
Expand Down

0 comments on commit 9fd1669

Please sign in to comment.