Remove spurious mdoc directives
This removes several .Ed lines without corresponding .Bd directives. Originally identified by: LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z git-review.1 >/dev/null Change-Id: I673d68c012df857e43e8dbf5cf0104208fb012fe
This commit is contained in:
parent
802044859f
commit
37cc8d72cd
@ -200,22 +200,16 @@ username=\fImygerrituser\fP
|
||||
.Ed
|
||||
.It gitreview.scheme
|
||||
This setting determines the default scheme (ssh/http/https) of gerrit remote
|
||||
.Ed
|
||||
.It gitreview.host
|
||||
This setting determines the default hostname of gerrit remote
|
||||
.Ed
|
||||
.It gitreview.port
|
||||
This setting determines the default port of gerrit remote
|
||||
.Ed
|
||||
.It gitreview.project
|
||||
This setting determines the default name of gerrit git repo
|
||||
.Ed
|
||||
.It gitreview.remote
|
||||
This setting determines the default name to use for gerrit remote
|
||||
.Ed
|
||||
.It gitreview.branch
|
||||
This setting determines the default branch
|
||||
.Ed
|
||||
.It gitreview.track
|
||||
Determines whether to prefer the currently-tracked branch (if any)
|
||||
and the branch against which the changeset was submitted to Gerrit
|
||||
@ -246,7 +240,6 @@ changes. This is the default value unless overridden by
|
||||
file, and is implied by providing a specific branch name on the
|
||||
command line.
|
||||
.El
|
||||
.Ed
|
||||
.It gitreview.rebase
|
||||
This setting determines whether changes submitted will
|
||||
be rebased to the newest state of the branch.
|
||||
|
Loading…
Reference in New Issue
Block a user