aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <nabijaczleweli@nabijaczleweli.xyz>2020-09-03 23:15:01 +0200
committerDrew DeVault <sir@cmpwn.com>2020-09-07 10:30:03 -0400
commit353f0fdc455b1242c53689eb9d84b253d2e1fd81 (patch)
tree3c3eba8ede5f70eedda06fb291064a25b310ee11
parent1370bb4c7fc6881fbe3ee5b277983f147fced911 (diff)
downloadsr.ht-docs-353f0fdc455b1242c53689eb9d84b253d2e1fd81.tar.gz
git.sr.ht: document -osubmit pattern overriding
Ref: ~sircmpwn/git.sr.ht#316
-rw-r--r--git.sr.ht/index.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/git.sr.ht/index.md b/git.sr.ht/index.md
index 9792ef5..a9f8f8c 100644
--- a/git.sr.ht/index.md
+++ b/git.sr.ht/index.md
@@ -66,8 +66,11 @@ option` or `-o option=value`.
- **debug**: prints the UUID assigned to your git push. You may be asked to
provide this when troubleshooting push issues.
- **skip-ci**: skips submitting builds.sr.ht jobs for this push.
-- **description**: set the repository's description
-- **visibility**: set the repository's visibility (`public`, `unlisted`, or `private`)
+- **submit**: overrides the default comma-separated
+ [`fnmatch(3)`](https://manpages.debian.org/buster/manpages-dev/fnmatch.3.en.html)
+ pattern for build manifests to submit (`.build.yml,.builds/*.yml`).
+- **description**: set the repository's description.
+- **visibility**: set the repository's visibility (`public`, `unlisted`, or `private`).
All of your push options, including ones not recognized by git.sr.ht itself, are
forwarded to any webhooks you have configured for your repository.