From 17571841d7078ddb22bdea240d08398736ab68f3 Mon Sep 17 00:00:00 2001 From: Marco Baringer Date: Wed, 1 May 2013 15:54:42 +0200 Subject: [PATCH] Mention :commit parameter for git and github fetchers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1a38009c..778265cc 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,10 @@ the `git`, `bzr`, `hg`, `darcs`, `svn` and `cvs` fetchers.* - `:repo` specifies the github repository and is of the form `github-user/repo-name`. *required for the `github` fetcher*. +- `:commit` +specifies the commit () or branch (origin/) of the +git repo to checkout. Only used by the `git` and `github` fetchers. + - `:module` specifies the module of a CVS repository to check out. Defaults to to `package-name`. Only used with `:fetcher cvs`, and otherwise ignored.