aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/review.go
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2015-11-05 16:02:35 -0500
committerAustin Clements <austin@google.com>2015-11-11 00:38:01 +0000
commit7cc8d7720ed2e3ca6aba0cea191b9e19690dc9f7 (patch)
treef44204abf453f4c17c7f8e9ea6c6411d433983f0 /git-codereview/review.go
parenta993a2d94a08a2ae58d984e48613d4ff387adf57 (diff)
downloadgo-x-review-7cc8d7720ed2e3ca6aba0cea191b9e19690dc9f7.tar.xz
git-codereview: add interactive mode to submit
This adds a -i option to submit that brings up a list of commits to submit in an editor (a la git rebase -i), lets the user edit the list, and then submits the specified commits in the specified order. Change-Id: I88149140527c987ae856aac2598f0a992fe5654d Reviewed-on: https://go-review.googlesource.com/16677 Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'git-codereview/review.go')
-rw-r--r--git-codereview/review.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/review.go b/git-codereview/review.go
index 1898463..f4db94a 100644
--- a/git-codereview/review.go
+++ b/git-codereview/review.go
@@ -95,7 +95,7 @@ Available commands:
If -l is specified, only use locally available information.
If -s is specified, show short output.
- submit [commit-hash...]
+ submit [-i | commit-hash...]
Push the pending change to the Gerrit server and tell Gerrit to
submit it to the master branch.