Code

Mention git-shell's "cvs" substitution in the RelNotes
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 20 Dec 2007 11:50:34 +0000 (12:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Dec 2007 01:00:27 +0000 (17:00 -0800)
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>
Documentation/RelNotes-1.5.4.txt

index cd79124958cd4559b3f795864dac208ef1844b07..fb521c3fa7c61c17368d0a679624d38b35250b19 100644 (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.