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)
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>
No differences found