]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Mention version 1.5.1 in tutorial and user-manual
authorCarl Worth <cworth@cworth.org>
Fri, 4 May 2007 18:27:10 +0000 (11:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 4 May 2007 23:58:03 +0000 (16:58 -0700)
Most other documentation will frequently be read from an installation
of git so will naturally be associated with the installed version.
But these two documents in particular are often read from web pages
while users are still exploring git. It's important to mention
version 1.5.1 since these documents provide example commands that
won't work with previous versions of git.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt
Documentation/user-manual.txt

index e978562d6e6b9685eb0835ff7e8bc131226a581d..99efce4576d14598fe87b3f38ad81950079019dc 100644 (file)
@@ -1,5 +1,5 @@
-A tutorial introduction to git
-==============================
+A tutorial introduction to git (for version 1.5.1 or newer)
+===========================================================
 
 This tutorial explains how to import a new project into git, make
 changes to it, and share changes with other developers.
index 9c4c41df5af03e53f140cab6f9e680e0b3b2a91f..dff438f76871ecdc84fe8b42c071bdab48149f3f 100644 (file)
@@ -1,5 +1,5 @@
-Git User's Manual
-_________________
+Git User's Manual (for version 1.5.1 or newer)
+______________________________________________
 
 This manual is designed to be readable by someone with basic unix
 command-line skills, but no previous knowledge of git.