summaryrefslogtreecommitdiff
path: root/git-review.1
diff options
context:
space:
mode:
authorMattias Jernberg <mattiasj@axis.com>2019-10-04 12:10:50 +0200
committerSorin Sbârnea <ssbarnea@redhat.com>2021-01-20 17:43:55 +0000
commit96cfd92c8932941515d7c9825a236ab5fa80875d (patch)
treeddc753938e9a6f4829db6a6753fad6268e9f1951 /git-review.1
parent4af1703a90b30a539503a9f78d993cd28ae2efdc (diff)
downloadgit-review-96cfd92c8932941515d7c9825a236ab5fa80875d.tar.gz
Allow the default of notopic to be configurable
In our setup branch names are not designed to contain topics and are in certain cases also dictated by other tools. To avoid having git-review constantly overwrite the topics it is useful to set --no-topic to be the default state when running git-review. Change-Id: I1e77e062d73d47f1cceeb34b3418c074d06c9005
Diffstat (limited to 'git-review.1')
-rw-r--r--git-review.12
1 files changed, 2 insertions, 0 deletions
diff --git a/git-review.1 b/git-review.1
index 73e4042..2e14ba2 100644
--- a/git-review.1
+++ b/git-review.1
@@ -228,6 +228,8 @@ This setting determines the default name of gerrit git repo
This setting determines the default name to use for gerrit remote
.It gitreview.branch
This setting determines the default branch
+.It gitreview.notopic
+Set to true to never submit with a default topic
.It gitreview.track
Determines whether to prefer the currently-tracked branch (if any)
and the branch against which the changeset was submitted to Gerrit