From: Michael Witten Date: Fri, 23 Nov 2007 09:12:54 +0000 (-0500) Subject: git-cvsserver runs hooks/post-receive X-Git-Tag: v1.5.4-rc0~57^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cdf63284de7bd9ca5439c76ecbd820551ae506c8?hp=cdf63284de7bd9ca5439c76ecbd820551ae506c8 git-cvsserver runs hooks/post-receive 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 Signed-off-by: Junio C Hamano ---