summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d29275)
raw | patch | inline | side by side (parent: 5d29275)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Thu, 20 Dec 2007 11:50:34 +0000 (12:50 +0100) | ||
committer | Junio 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>
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 | patch | blob | history |
index cd79124958cd4559b3f795864dac208ef1844b07..fb521c3fa7c61c17368d0a679624d38b35250b19 100644 (file)
* "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.