diff options
author | James Moger <james.moger@gitblit.com> | 2013-09-05 09:11:24 -0400 |
---|---|---|
committer | unknown <james.moger@gitblit.com> | 2013-09-05 09:14:22 -0400 |
commit | 7847af6e63e7adef6ec8d99a1809e91472d2bc2d (patch) | |
tree | e1f3513e6ba181a06abfeeec822b766a25b1b232 /build.xml | |
parent | a7eb626b89d8870ce211afc1b4927d98dbe4ed03 (diff) | |
download | gitblit-7847af6e63e7adef6ec8d99a1809e91472d2bc2d.tar.gz gitblit-7847af6e63e7adef6ec8d99a1809e91472d2bc2d.zip |
Restore blockpush and localclone hooks to binaries (issue-303)
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1003,6 +1003,8 @@ <include name="sendmail-html.groovy" />
<include name="jenkins.groovy" />
<include name="protect-refs.groovy" />
+ <include name="blockpush.groovy" />
+ <include name="localclone.groovy" />
<include name="fogbugz.groovy" />
<include name="thebuggenie.groovy" />
</fileset>
|