Skip to content

Commit 23f142b

Browse files
felixklaukedaschl
authored andcommitted
Use correct path for git hooks dir and remove Simon basle from reviewers.
Motivation ---------- Wasting time on finding out that "cd .git/hook" will never work as the hook scripts Have to be in the ".git/hooks" dir. Simon Basle isn't responsible anymore. Modifications ------------- Added a simple s ("hook-s") and removed one more complex s (Simon). Result ------ Commit Message script is applied correctly. Reviewers are now correct. Change-Id: Ib77db720775621c524cad7a8e541cd16adbbc277 Reviewed-on: http://review.couchbase.org/89090 Tested-by: Build Bot <[email protected]> Reviewed-by: Michael Nitschinger <[email protected]>
1 parent 18ee7b0 commit 23f142b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ git remote add gerrit ssh://[email protected]:29418/couchba
6666
You'll also need to install a commit hook script that will generate a new Gerrit Change-Id each time you make a brand new commit:
6767

6868
```bash
69-
cd .git/hook
69+
cd .git/hooks
7070
wget http://review.couchbase.com/tools/hooks/commit-msg
7171
chmod +x commit-msg
7272
```
@@ -186,7 +186,7 @@ git push gerrit HEAD:refs/for/master
186186
>
187187
> And it generates the Change-Id, so no need to set up the commit hook manually.
188188
189-
Gerrit should answer with the URL to your Changeset, where you can call for reviewers (for the Java SDK, `Michael Nitschinger` and `Simon Baslé`).
189+
Gerrit should answer with the URL to your Changeset, where you can call for reviewers (for the Java SDK, `Michael Nitschinger`).
190190

191191
To mark a changeset as ready for review (you are confident the change is complete with code and tests, and you have
192192
executed all unit tests and preferably all integration tests), you can use the "Reply..." button, top right and give

0 commit comments

Comments
 (0)