aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Virtanen <tv@eagain.net>2007-09-01 18:23:26 -0700
committerTommi Virtanen <tv@eagain.net>2007-09-01 18:54:49 -0700
commitacf005ea3533d7fadac31ac8d3d68b455fd2d963 (patch)
treef12e887693a80046f2d97fc7b47edd75ee41d400 /setup.py
parentRefactor gitosis-gitweb to move temp file handling out of main. (diff)
downloadgitosis-gentoo-acf005ea3533d7fadac31ac8d3d68b455fd2d963.tar.gz
gitosis-gentoo-acf005ea3533d7fadac31ac8d3d68b455fd2d963.tar.bz2
gitosis-gentoo-acf005ea3533d7fadac31ac8d3d68b455fd2d963.zip
Add gitosis-run-hook, to be run from git hooks.
Sadly, no unit tests on this level, for now.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 8a82e47..697d952 100755
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
'gitosis-ssh = gitosis.ssh:main',
'gitosis-serve = gitosis.serve:main',
'gitosis-gitweb = gitosis.gitweb:main',
+ 'gitosis-run-hook = gitosis.run_hook:main',
],
},
)