From: Oling Cat Date: Sun, 14 Dec 2014 06:32:56 +0000 (+0800) Subject: doc/contribute: add necessary tags, remove an extra close parenthesis. X-Git-Tag: go1.5beta1~2428 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ce36552083ef281d4c90b2396a56afa039e119b0;p=gostls13.git doc/contribute: add necessary tags, remove an extra close parenthesis. Change-Id: I7238ae84d637534a345e5d077b8c63466148bd75 Reviewed-on: https://go-review.googlesource.com/1521 Reviewed-by: Russ Cox --- diff --git a/doc/contribute.html b/doc/contribute.html index efd5040097..63d477462c 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -154,7 +154,7 @@ Git, note that you still need the commit hooks that the git-codereview command configures; those hooks add a Gerrit Change-Id line to the commit message and check that all Go source files have been formatted with gofmt. Even if you intend to use plain Git for daily work, install the hooks in a new Git -checkout by running git-codereview hooks). +checkout by running git-codereview hooks.

Set up git aliases

@@ -461,7 +461,7 @@ $ git sync

-(In git terms, git sync runs +(In git terms, git sync runs git pull -r.)