summaryrefslogtreecommitdiff
path: root/git-review.1
diff options
context:
space:
mode:
authorCatrope <roan.kattouw@gmail.com>2012-01-22 07:15:15 +0100
committerCatrope <roan.kattouw@gmail.com>2012-01-24 01:41:38 +0100
commitfc2e03f7aaf6b6c73351990ea525f2ae1f20f5de (patch)
tree046145629286677bf1f6932869c010024908fa38 /git-review.1
parent48c6f5a7a7fea1dae101b6061e0ff569a6973967 (diff)
downloadgit-review-fc2e03f7aaf6b6c73351990ea525f2ae1f20f5de.tar.gz
Make the default branch configurable
This adds the defaultbranch= option to the config file format, and makes it the default for the BRANCH command line parameter. Also removes duplication of the dict with default values (Amended to pass pep8) Change-Id: I0fae7ca3a7662fccd491f84a7a3a009480b1c39c
Diffstat (limited to 'git-review.1')
-rw-r--r--git-review.11
1 files changed, 1 insertions, 0 deletions
diff --git a/git-review.1 b/git-review.1
index b7965d5..6364fbf 100644
--- a/git-review.1
+++ b/git-review.1
@@ -101,6 +101,7 @@ information about your gerrit installation in it. The format is:
host=review.example.com
port=29418
project=project.git
+defaultbranch=master
.ft P
.fi
.SH AUTHOR