Code Review
/
releng
/
docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
02ecf68
)
DO NOT require authenticated URL for gerrit hook
29/12329/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 20 Aug 2018 16:51:35 +0000
(12:51 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Mon, 20 Aug 2018 16:51:41 +0000
(12:51 -0400)
Fetching the commit-msg hook does not require the authenticated
URL. So remove authentication. Also recommend the https port.
Change-Id: I35ac5eac44301cba7161153ee1646df26c11f5fd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/_static/commit-hook-curl.example
patch
|
blob
|
history
diff --git
a/docs/_static/commit-hook-curl.example
b/docs/_static/commit-hook-curl.example
index
f345edd
..
346b4a4
100644
(file)
--- a/
docs/_static/commit-hook-curl.example
+++ b/
docs/_static/commit-hook-curl.example
@@
-1
+1
@@
- curl -Lo .git/hooks/commit-msg http
://USERNAME@
gerrit.linuxfoundation.org/infra/tools/hooks/commit-msg
+ curl -Lo .git/hooks/commit-msg http
s://
gerrit.linuxfoundation.org/infra/tools/hooks/commit-msg