PATCH fix tutorial typo

2005-09-09 Thread jdl
Fix a minor typo in the tutorial.txt. Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -742,7 +742,7 @@ git commit -m 'Some work.' hello --

PATCH Fix tutorial reference to git-*-scripts.

2005-09-09 Thread jdl
There was a lingering reference to the git-*-scripts in the tutorial. This patch reworks that paragraph a bit. Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> --- diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.