aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--builds.sr.ht/manifest.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index 2909527..616651e 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -91,9 +91,13 @@ SSH access to build VMs](/builds.sr.ht/build-ssh.md).
A list of repositories to clone into the home directory of the build user in the
build environment. Optionally, prefix the protocol with the source control
-management scheme, to specify a protocol other than git. Examples:
+management scheme, to specify a protocol other than git.
+To specify a non-default [git revision](https://git-scm.com/docs/gitrevisions), append *#commit-object* to the repository.
+
+Examples:
- `https://git.sr.ht/~sircmpwn/scdoc`: git over https
+- `https://git.sr.ht/~sircmpwn/scdoc#devel`: git over https (devel branch)
- `git@git.sr.ht:~sircmpwn/scdoc`: git over SSH
([requires key](/builds.sr.ht/private-repos.md))
- `hg+https://hg.sr.ht/~sircmpwn/scdoc`: Mercurial over https