]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsserver.perl
git-cvsserver runs hooks/post-update
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 09:15:01 +0000 (01:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 09:15:01 +0000 (01:15 -0800)
commit394d66d42b81b4879d80984138cb4748d03c6ffb
tree2cc50a070f84609891dbf4428c9125c08d34a193
parentcdf63284de7bd9ca5439c76ecbd820551ae506c8
git-cvsserver runs hooks/post-update

Although we have introduced post-receive, we have not deprecated post-update
hook.  This adds support for it to emulate receive-pack better.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsserver.perl