From acf005ea3533d7fadac31ac8d3d68b455fd2d963 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Sat, 1 Sep 2007 18:23:26 -0700 Subject: Add gitosis-run-hook, to be run from git hooks. Sadly, no unit tests on this level, for now. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', ], }, ) -- cgit v1.2.3