diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-19 02:22:22 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-02-19 08:31:18 +0000 |
commit | 84685ba1875db265051cdd043d5dba768c7c42e5 (patch) | |
tree | 426cb29f23da77aac700bce1c08cba935d6f96aa /docs/internal-fs-layout.md | |
parent | 72ebf19e52e7c4b270e40ba07fec1048b3612797 (diff) | |
download | git-repo-84685ba1875db265051cdd043d5dba768c7c42e5.tar.gz |
upload: add support for setting hashtags
This allows users to specify custom hashtags when uploading, both via
the CLI and via the same gitconfig settings as other upload options.
Bug: https://crbug.com/gerrit/11174
Change-Id: Ia0959e25b463e5f29d704e4d06e0de793d4fc77c
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/255855
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r-- | docs/internal-fs-layout.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index 0093e870..8e62cde2 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -172,6 +172,7 @@ The `[branch]` settings are updated by `repo start` and `git branch`. | |||
172 | | review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | | 172 | | review.\<url\>.autocopy | upload | Automatically add to `--cc=<value>` | |
173 | | review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | | 173 | | review.\<url\>.autoreviewer | upload | Automatically add to `--reviewers=<value>` | |
174 | | review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | | 174 | | review.\<url\>.autoupload | upload | Automatically answer "yes" or "no" to all prompts | |
175 | | review.\<url\>.uploadhashtags | upload | Automatically add to `--hashtags=<value>` | | ||
175 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | | 176 | | review.\<url\>.uploadtopic | upload | Default [topic] to use | |
176 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | | 177 | | review.\<url\>.username | upload | Override username with `ssh://` review URIs | |
177 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | | 178 | | remote.\<remote\>.fetch | sync | Set of refs to fetch | |