From: Johannes Schindelin Date: Thu, 20 Dec 2007 11:50:34 +0000 (+0100) Subject: Mention git-shell's "cvs" substitution in the RelNotes X-Git-Tag: v1.5.4-rc2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cdd859159e7677c466a319e4349c8b3933f8c5d6;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index cd7912495..fb521c3fa 100644 --- a/Documentation/RelNotes-1.5.4.txt +++ b/Documentation/RelNotes-1.5.4.txt @@ -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.