summaryrefslogtreecommitdiff
path: root/git-review.1
diff options
context:
space:
mode:
authorDarragh Bailey <dbailey@hp.com>2012-03-21 11:44:08 +0000
committerMonty Taylor <mordred@inaugust.com>2012-04-13 16:25:12 -0700
commit3531a5bffd4f236ac1cb4760817aaab6d059df55 (patch)
treedde06163bc8157ba9e33b9320d50c764e7d1db7e /git-review.1
parent3659abb0695d01defa95b61d6902dfa5248d70bd (diff)
downloadgit-review-3531a5bffd4f236ac1cb4760817aaab6d059df55.tar.gz
Add support to list changes for review
Add -l, --list option to list all items available for review in the current project Change-Id: I7e5128a5867645b6331fa07402db2c76bfab92cd
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 4a0b2ee..9f87dc5 100644
--- a/git-review.1
+++ b/git-review.1
@@ -54,6 +54,8 @@ Sets the target topic for this change on the gerrit server.
If not specified, a bug number from the commit summary will be used. Alternatively, the local branch name will be used if different from remote branch.
.It Fl u , Fl -update
Skip cached local copies and force updates from network resources.
+.It Fl l , Fl -list
+List the available reviews on the gerrit server for this project.
.It Fl y , Fl -yes
Indicate that you do, in fact, understand if you are submitting more than
one patch.