git-cvsserver runs hooks/post-receive
authorMichael Witten <mfwitten@mit.edu>
Fri, 23 Nov 2007 09:12:54 +0000 (04:12 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 09:06:02 +0000 (01:06 -0800)
git-cvsserver just did the following:
(1) run hooks/update
(2) commit if hooks/update passed

This commit simply adds:
(3) run hooks/post-receive

Also, there are a few grammar cleanups and
consistency improvements.

Signed-off-by: Michael Witten <mfwitten@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found