summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.txt
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-12-20 11:50:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-21 01:00:27 (GMT)
commitcdd859159e7677c466a319e4349c8b3933f8c5d6 (patch)
treed47bb652b6e0bbc068ab22b8dcb91a4847ac9154 /Documentation/RelNotes-1.5.4.txt
parent5d29275638f48ee442202f0c478d1d8b9d396cc6 (diff)
downloadgit-cdd859159e7677c466a319e4349c8b3933f8c5d6.zip
git-cdd859159e7677c466a319e4349c8b3933f8c5d6.tar.gz
git-cdd859159e7677c466a319e4349c8b3933f8c5d6.tar.bz2
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>
Diffstat (limited to 'Documentation/RelNotes-1.5.4.txt')
-rw-r--r--Documentation/RelNotes-1.5.4.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index cd79124..fb521c3 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.