Skip to content

Commit

Permalink
Mention version 1.5.1 in tutorial and user-manual
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Carl Worth authored and Junio C Hamano committed May 4, 2007
1 parent 171af11 commit 71f4b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Documentation/tutorial.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 71f4b18

Please sign in to comment.