diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2023-09-11 22:34:15 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-10-18 12:53:42 +0000 |
| commit | 8be3abfe097ddf04b28eec2783249d29b3a48dae (patch) | |
| tree | 7839249866fdd7da93221eaf0ef9ee2b82e44ba4 /git-codereview/doc.go | |
| parent | 406355a4df8af4b140e43c56c0c4c9869471edca (diff) | |
| download | go-x-review-1.8.0.tar.xz | |
git-codereview: make hooks command report conflicting hooksv1.8.0
Display warning message when a hook is already installed and is
different from the one installed by git-codereview.
Improves upon CL 184417.
Fixes golang/go#16777
Change-Id: I7579a3e86572e8b74f92317973e7cc7094b3942d
Reviewed-on: https://go-review.googlesource.com/c/review/+/377034
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'git-codereview/doc.go')
| -rw-r--r-- | git-codereview/doc.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-codereview/doc.go b/git-codereview/doc.go index 5f3e0b1..6e65e42 100644 --- a/git-codereview/doc.go +++ b/git-codereview/doc.go @@ -201,7 +201,6 @@ 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 codereview hooks -v” for details. This hook installation is also done at startup by all other git codereview commands, except “git codereview help”. |
