commit | ce8f07234c96e563cfc60aae33b64e2148e0e192 | [log] [tgz] |
---|---|---|
author | Marco Miller <marco.miller@ericsson.com> | Mon Jan 14 17:21:30 2019 -0500 |
committer | Marco Miller <marco.miller@ericsson.com> | Mon Jan 14 17:21:54 2019 -0500 |
tree | c40b097194acde55ab8e6ed2dcc47ad8b8101d37 | |
parent | edd715618415d9a5e03b4555d9a2d3cca8fff6e8 [diff] | |
parent | 29b640b13735447a4407f0d2d35cdfc908fe86f7 [diff] |
Merge branch 'stable-2.15' * stable-2.15: Make .git/hooks directory Change-Id: If06a1256d97e8989373074b1821b4207a3325d54
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 5fcedf5..087ef50 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
@@ -91,6 +91,7 @@ .append(super.getCommand(scheme, project)) .append(" && (cd ") .append(projectName) + .append(" && mkdir -p .git/hooks") .append(" && curl -Lo") .append(TARGET) .append(HOOK)