Mention git-shell's "cvs" substitution in the RelNotes

git shell became much more powerful for existing CVS setups.
We should not hide from those people who only read release
notes.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin 2007-12-20 12:50:34 +01:00 committed by Junio C Hamano
parent 5d29275638
commit cdd859159e

View File

@ -175,7 +175,9 @@ Updates since v1.5.3
* "git remote" learned "rm" subcommand.
* "git cvsserver" can be run via "git shell".
* "git cvsserver" can be run via "git shell". Also, "cvs" is
recognized as a synonym for "git cvsserver", so that CVS users
can be switched to git just by changing their login shell.
* "git cvsserver" acts more like receive-pack by running post-receive
and post-update hooks.