From 353f0fdc455b1242c53689eb9d84b253d2e1fd81 Mon Sep 17 00:00:00 2001 From: наб Date: Thu, 3 Sep 2020 23:15:01 +0200 Subject: git.sr.ht: document -osubmit pattern overriding Ref: ~sircmpwn/git.sr.ht#316 --- git.sr.ht/index.md | 7 +++++-- 1 file 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. -- cgit