git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH Fix tutorial reference to git-*-scripts.
@ 2005-09-09 14:11 jdl
  0 siblings, 0 replies; only message in thread
From: jdl @ 2005-09-09 14:11 UTC (permalink / raw)
  To: git

There was a lingering reference to the git-*-scripts in
the tutorial.  This patch reworks that paragraph a bit.


Signed-off-by: Jon Loeliger <jdl@freescale.com>
---


diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -608,11 +608,11 @@ The above can also be written as simply
 	git reset
 
 and in fact a lot of the common git command combinations can be scripted
-with the `git xyz` interfaces, and you can learn things by just looking
-at what the `git-*-script` scripts do (`git reset` is the above two lines
-implemented in `git-reset`, but some things like `git status` and
-`git commit` are slightly more complex scripts around the basic git
-commands). 
+with the `git xyz` interfaces.  You can learn things by just looking
+at what the various git scripts do.  For example, `git reset` is the
+above two lines implemented in `git-reset`, but some things like
+`git status` and `git commit` are slightly more complex scripts around
+the basic git commands.
 
 Many (most?) public remote repositories will not contain any of
 the checked out files or even an index file, and will *only* contain the

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-09 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 14:11 PATCH Fix tutorial reference to git-*-scripts jdl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).