From: Matt Graham Date: Wed, 23 Apr 2008 13:13:51 +0000 (-0400) Subject: Linked glossary from cvs-migration page X-Git-Tag: v1.5.5.2~20^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=837f3b765840e789b73d3b08b38c0541cf8e324e;p=git.git Linked glossary from cvs-migration page Coming from CVS, I found the git glossary vital to learning git and learning how terms in git correlate to the cvs terminology with which I am familiar. This patch links the glossary from the cvs-migration page so cvs users will be able to fine the glossary as soon as they start looking at git documents. Signed-off-by: Matt Graham Acked-by: J. Bruce Fields Signed-off-by: Junio C Hamano --- diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index ea9890022..00f2e36b2 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -8,7 +8,8 @@ designating a single shared repository which people can synchronize with; this document explains how to do that. Some basic familiarity with git is required. This -link:tutorial.html[tutorial introduction to git] should be sufficient. +link:tutorial.html[tutorial introduction to git] and the +link:glossary.html[git glossary] should be sufficient. Developing against a shared repository --------------------------------------