summaryrefslogtreecommitdiff
path: root/git-review.1
diff options
context:
space:
mode:
authorCarlo Marcelo Arenas Belon <carenas@sajinet.com.pe>2012-10-25 23:17:42 -0700
committerCarlo Marcelo Arenas Belon <carenas@sajinet.com.pe>2012-10-25 23:33:23 -0700
commita8945b897931f27503a19d164e8a59b200427f07 (patch)
tree30e1979c820fac8f49e41d180d416bcc7a4e809f /git-review.1
parent10a65f4632911a15094fc702e32c7af93fdcb990 (diff)
downloadgit-review-a8945b897931f27503a19d164e8a59b200427f07.tar.gz
manpage minor fixes with no output changes
as shown by `groff -mdoc git-review.1` * avoid warnings about empty input lines * avoid warnings about .Bd not having a matching .Ed Change-Id: Iba775f72f2ac7c6f694d2b89165fed27984641f3
Diffstat (limited to 'git-review.1')
-rw-r--r--git-review.19
1 files changed, 5 insertions, 4 deletions
diff --git a/git-review.1 b/git-review.1
index 9f87dc5..90c8620 100644
--- a/git-review.1
+++ b/git-review.1
@@ -66,7 +66,7 @@ Submit review as a draft. Requires Gerrit 2.3 or newer.
.It Fl R , Fl -no-rebase
Do not automatically perform a rebase before submitting the change to
Gerrit.
-
+.Pp
When submitting a change for review, you will usually want it to be based on the tip of upstream branch in order to avoid possible conflicts. When amending a change and rebasing the new patchset, the Gerrit web interface will show a difference between the two patchsets which contains all commits in between. This may confuse many reviewers that would expect to see a much simpler difference.
.It Fl -version
Print the version number and exit.
@@ -106,10 +106,11 @@ project=department/project.git
defaultbranch=master
defaultremote=review
defaultrebase=0
-
+.Ed
+.Pp
.Sh EXAMPLES
To fetch a remote change number 3004:
-
+.Pp
.Bd -literal -offset indent
$ git-review -d 3004
Downloading refs/changes/04/3004/1 from gerrit into
@@ -119,7 +120,7 @@ $ git branch
master
* review/author/topic_name
.Ed
-
+.Pp
Gerrit looks up both name of the author and the topic name from Gerrit
to name a local branch. This facilitates easier identification of changes.
.Pp