commit | 43656ce1658a56834cfe62760eafbb9b17c7ad53 | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrn@google.com> | Wed Oct 25 16:20:57 2017 -0700 |
committer | Jonathan Nieder <jrn@google.com> | Wed Oct 25 16:20:57 2017 -0700 |
tree | 2a632a35cc31b992385db9c7d85b36211c837399 | |
parent | 6ee246245b9200062e753d1c6943d5782cb7fee0 [diff] | |
parent | b88b58b670be36f332285e1818695ac45b5be5b3 [diff] |
Merge branch 'stable-2.14' into stable-2.15 * stable-2.14: CloneWithCommitMsgHook: Stop passing --insecure to curl Change-Id: I4ff216985885be55959a79f430ee1894fb5ba1d7
diff --git a/src/main/java/com/googlesource/gerrit/plugins/download/command/CloneWithCommitMsgHook.java b/src/main/java/com/googlesource/gerrit/plugins/download/command/CloneWithCommitMsgHook.java index 79cf187..a0ed759 100644 --- a/src/main/java/com/googlesource/gerrit/plugins/download/command/CloneWithCommitMsgHook.java +++ b/src/main/java/com/googlesource/gerrit/plugins/download/command/CloneWithCommitMsgHook.java
@@ -85,7 +85,7 @@ .append(super.getCommand(scheme, project)) .append(" && (cd ") .append(projectName) - .append(" && curl -kLo") + .append(" && curl -Lo") .append(TARGET) .append(HOOK) .append(" ")