diff options
author | Tommi Virtanen <tv@eagain.net> | 2007-08-30 20:00:15 -0700 |
---|---|---|
committer | Tommi Virtanen <tv@eagain.net> | 2007-08-30 20:03:17 -0700 |
commit | 5655b7f517a46fc1177a3e9007ab56b36a6d8e0c (patch) | |
tree | 07305ea591f10edd80f4ccc9f5c85e1e9d22d24e /gitosis/test/mocktemplates/hooks | |
parent | Refactor unit test writeFile/readFile helpers. (diff) | |
download | gitosis-dakkar-5655b7f517a46fc1177a3e9007ab56b36a6d8e0c.tar.gz gitosis-dakkar-5655b7f517a46fc1177a3e9007ab56b36a6d8e0c.tar.bz2 gitosis-dakkar-5655b7f517a46fc1177a3e9007ab56b36a6d8e0c.zip |
Add helper to create (bare) repositories with custom templates.
Diffstat (limited to 'gitosis/test/mocktemplates/hooks')
-rwxr-xr-x | gitosis/test/mocktemplates/hooks/post-update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitosis/test/mocktemplates/hooks/post-update b/gitosis/test/mocktemplates/hooks/post-update new file mode 100755 index 0000000..7e81207 --- /dev/null +++ b/gitosis/test/mocktemplates/hooks/post-update @@ -0,0 +1,2 @@ +#!/bin/sh +# i can override standard templates |