diff options
-rw-r--r-- | git.sr.ht/index.md | 7 |
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. |