summaryrefslogtreecommitdiffstats
path: root/doc/source-builder.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source-builder.txt')
-rw-r--r--doc/source-builder.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index 3f80503..1d9a474 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -1413,6 +1413,8 @@ the repository via the URL by appending options and arguments to the GIT
path. The options are delimited by `?` and option arguments are delimited from
the options with `=`. The options are:
+`protocol`:: Use a specific protocol. The supported values are _ssh_, _git_,
+_http_, _https_, _ftp_, _ftps_, _rsync_, and _none_.
`branch`:: Checkout the specified branch.
`pull`:: Perform a pull to update the repository.
`fetch`:: Perform a fetch to get any remote updates.
@@ -1428,6 +1430,10 @@ a hard reset. You can select specific branches and apply patches. The
repository is cleaned up before each build to avoid various version control
errors that can arise.
+The protocol option lets you set a specific protocol. The 'git://' prefix used
+by the RSB to select a git repository can be removed using _none_ or replaced
+with one of the standard git protcols.
+
CVS
^^^