Mention :commit parameter for git and github fetchers

This commit is contained in:
Marco Baringer 2013-05-01 15:54:42 +02:00
parent 20fd24f22e
commit 17571841d7

View file

@ -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.