commit | cdf63284de7bd9ca5439c76ecbd820551ae506c8 | [log] [tgz] |
---|---|---|
author | Michael Witten <mfwitten@mit.edu> | Fri Nov 23 04:12:54 2007 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Dec 05 01:06:02 2007 -0800 |
tree | 1d37f5fee06fcb6d821d404556a92ebd2b493bd3 | |
parent | 7a4a2e1f797724ce15b059f55ce57eab0e6be807 [diff] |
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 <mfwitten@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>