commit | 55e0140f18349964077c78da0f6eb0eb592ba54b | [log] [tgz] |
---|---|---|
author | Paladox none <thomasmulhall410@yahoo.com> | Sat Jan 05 15:47:08 2019 +0000 |
committer | David Pursehouse <dpursehouse@collab.net> | Wed Jan 09 07:35:18 2019 +0000 |
tree | 884f9826fe7e959f11bb8248ad6b88fa68ef04d0 | |
parent | d2f0920fac4838da70e83a03237ab97413960ec6 [diff] |
Make .git/hooks directory Change-Id: I2b13edbc2a57ca0659f93fbdae9e054e4785ae6d
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 a0ed759..dbb793c 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,6 +85,7 @@ .append(super.getCommand(scheme, project)) .append(" && (cd ") .append(projectName) + .append(" && mkdir -p .git/hooks") .append(" && curl -Lo") .append(TARGET) .append(HOOK)