mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Don't use < and > chars; mention the name of the upstream repo ('origin')
This commit is contained in:
parent
17571841d7
commit
fd93167012
1 changed files with 5 additions and 2 deletions
|
@ -150,8 +150,11 @@ the `git`, `bzr`, `hg`, `darcs`, `svn` and `cvs` fetchers.*
|
|||
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.
|
||||
specifies the commit or branch of the git repo to checkout. The value
|
||||
will be passed to `git reset` in a repo where `upstream` is the
|
||||
original repository. Can therefore be either a sha, if pointing at a
|
||||
specific commit, or a branch (prefixed with "origin/"). Only used by
|
||||
the `git` and `github` fetchers.
|
||||
|
||||
- `:module`
|
||||
specifies the module of a CVS repository to check out. Defaults to to
|
||||
|
|
Loading…
Reference in a new issue