diff options
| author | Ian Lance Taylor <iant@golang.org> | 2025-02-06 10:48:39 -0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-02-06 13:31:03 -0800 |
| commit | 53e0267ad4a55f61f94f167e38ccfa2aa7970662 (patch) | |
| tree | 43018e8b669d85c53d763d41c93b6bb55891fe7d /git-codereview/review.go | |
| parent | 4a04a74d1b260f6a0799b75932102636b97edea4 (diff) | |
| download | go-x-review-53e0267ad4a55f61f94f167e38ccfa2aa7970662.tar.xz | |
git-codereview: pending: add -g option
This is a convenient format for listing changes awaiting review,
for pasting into an e-mail or chat.
Change-Id: Ib31bf0307d34aaca3e4de4baf9be4c3b3ac60be7
Reviewed-on: https://go-review.googlesource.com/c/review/+/647096
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'git-codereview/review.go')
| -rw-r--r-- | git-codereview/review.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-codereview/review.go b/git-codereview/review.go index fe5bf12..5660b8d 100644 --- a/git-codereview/review.go +++ b/git-codereview/review.go @@ -64,7 +64,7 @@ Available commands: help hooks mail [-r reviewer,...] [-cc mail,...] [options] [commit] - pending [-c] [-l] [-s] + pending [-c] [-g] [-l] [-s] rebase-work reword [commit...] submit [-i | commit...] |
