diff options
| author | Miguel Acero <acero@google.com> | 2020-07-15 11:57:06 -0400 |
|---|---|---|
| committer | Miguel Acero <acero@google.com> | 2020-07-15 20:28:36 +0000 |
| commit | 6ffa811e8a6d9e8cf79f96fda39ccccf4ebdf0c8 (patch) | |
| tree | b858ed84794e4a213aea2754ebc154b65c7efb60 /doc/precommit.md | |
| parent | 66d7d7c20c64b8ee60c9a31a1e6dcad51aff95e9 (diff) | |
| download | go-x-pkgsite-6ffa811e8a6d9e8cf79f96fda39ccccf4ebdf0c8.tar.xz | |
doc: update precommit.md
This change removes internal information about Google workstations from documentation.
Change-Id: I9284ee56d6fe2364b36e4146a16bfca50e7fc90a
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/242779
Reviewed-by: Julie Qiu <julie@golang.org>
Diffstat (limited to 'doc/precommit.md')
| -rw-r--r-- | doc/precommit.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/precommit.md b/doc/precommit.md index c955a72c..c1ffd028 100644 --- a/doc/precommit.md +++ b/doc/precommit.md @@ -8,8 +8,7 @@ it with ln -s -f ../../all.bash .git/hooks/pre-commit ``` -Google workstations start with a small shell script as a pre-commit hook. To -add `all.bash` to it, edit `.git/hooks/pre-commit` and add the line +To add `all.bash` to an existing pre-commit hook, edit `.git/hooks/pre-commit` and add the line ``` ./all.bash |
