From 692c2fcead5c82249359ad54d2c7941d087a2eb3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 21 Aug 2011 10:39:41 -0700 Subject: usermanual: The git fetcher defaults to the git protocol (or file) Signed-off-by: Richard Purdie --- doc/manual/usermanual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index 4f6725fd6..3a3af6dee 100644 --- a/doc/manual/usermanual.xml +++ b/doc/manual/usermanual.xml @@ -443,7 +443,7 @@ https://.*/.* http://somemirror.org/sources/ \n" The variable GITDIR will be used as the base directory where the git tree is cloned to. - The parameters are tag, protocol and scmdata. tag is a Git tag, the default is master. protocol is the Git protocol to use and defaults to rsync. If scmdata is set to keep, the .git directory will be available during compile-time. + The parameters are tag, protocol and scmdata. tag is a Git tag, the default is master. protocol is the Git protocol to use and defaults to git if a hostname is set, otherwise its file. If scmdata is set to keep, the .git directory will be available during compile-time. SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1" SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http" -- cgit 1.2.3-korg