diff options
| author | Rahul Chaudhry <rahulchaudhry@chromium.org> | 2015-01-30 13:41:43 -0800 |
|---|---|---|
| committer | Minux Ma <minux@golang.org> | 2015-01-31 07:05:15 +0000 |
| commit | ca224e198880e56b1fe6d96ecac299c1513eb42e (patch) | |
| tree | bbca13ecb73a18a3c057e65a5e512ecc2b88f9fe /git-codereview/doc.go | |
| parent | 008ea1ee6a807eecb6bef31df8508695a4e42702 (diff) | |
| download | go-x-review-ca224e198880e56b1fe6d96ecac299c1513eb42e.tar.xz | |
git-codereview: fix references to 'git review' in doc.
There were 4 places where the doc mentioned 'git review'.
These should be 'git codereview'.
Change-Id: I335e182ff3316b813813dec9ac3b6702a2c02e82
Reviewed-on: https://go-review.googlesource.com/3670
Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'git-codereview/doc.go')
| -rw-r--r-- | git-codereview/doc.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/git-codereview/doc.go b/git-codereview/doc.go index 58553a9..153bd9a 100644 --- a/git-codereview/doc.go +++ b/git-codereview/doc.go @@ -108,8 +108,8 @@ not present. It also checks that the message uses the convention established by the Go project that the first line has the form, pkg/path: summary. The hooks command will not overwrite an existing hook. -If it is not installing hooks, use 'git review hooks -v' for details. -This hook installation is also done at startup by all other git review +If it is not installing hooks, use 'git codereview hooks -v' for details. +This hook installation is also done at startup by all other git codereview commands, except 'help'. Hook-Invoke @@ -118,7 +118,7 @@ The hook-invoke command is an internal command that invokes the named Git hook. git codereview hook-invoke <hook> [args] -It is run by the shell scripts installed by the "git review hooks" command. +It is run by the shell scripts installed by the "git codereview hooks" command. Mail @@ -178,7 +178,7 @@ part of the pending change. After submitting the change, the change command tries to synchronize the current branch to the submitted commit, if it can do so cleanly. -If not, it will prompt the user to run 'git review sync' manually. +If not, it will prompt the user to run 'git codereview sync' manually. After a successful sync, the branch can be used to prepare a new change. |
