]> git.ipfire.org Git - thirdparty/git.git/commit - README.md
README: fix path to "gitcvs-migration.txt" and be more consistent
authorChristian Couder <chriscool@tuxfamily.org>
Tue, 24 Feb 2009 20:16:37 +0000 (21:16 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Feb 2009 08:49:54 +0000 (00:49 -0800)
commitaa98eb3d6581a123852e4e080011acc3a61bc556
tree402697acb91143cff944593619a7af1c1027afdd
parenta8fdab08e09bf73cbc3159930af41cf3233be853
README: fix path to "gitcvs-migration.txt" and be more consistent

README suggested to look at "Documentation/gittutorial.txt" for the
tutorial and to use "man git-commandname" for documentation of each
command.

This was not consistent because the tutorial can also be available with
"man gittutorial" once git is installed, and the documentation for each
command can be available at "Documentation/git-commandname.txt" before
installing git.

This patch tries to make the description more consistent.  It also fixes
the path to the cvs-migration documentation that changed from
"Documentation/cvs-migration.txt" to "Documentation/gitcvs-migration.txt".

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
README