mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 11:14:57 +00:00
Mention :commit parameter for git and github fetchers
This commit is contained in:
parent
20fd24f22e
commit
17571841d7
1 changed files with 4 additions and 0 deletions
|
@ -149,6 +149,10 @@ the `git`, `bzr`, `hg`, `darcs`, `svn` and `cvs` fetchers.*
|
||||||
- `:repo`
|
- `:repo`
|
||||||
specifies the github repository and is of the form `github-user/repo-name`. *required for the `github` fetcher*.
|
specifies the github repository and is of the form `github-user/repo-name`. *required for the `github` fetcher*.
|
||||||
|
|
||||||
|
- `:commit`
|
||||||
|
specifies the commit (<sha>) or branch (origin/<branch-name>) of the
|
||||||
|
git repo to checkout. Only used by the `git` and `github` fetchers.
|
||||||
|
|
||||||
- `:module`
|
- `:module`
|
||||||
specifies the module of a CVS repository to check out. Defaults to to
|
specifies the module of a CVS repository to check out. Defaults to to
|
||||||
`package-name`. Only used with `:fetcher cvs`, and otherwise ignored.
|
`package-name`. Only used with `:fetcher cvs`, and otherwise ignored.
|
||||||
|
|
Loading…
Reference in a new issue