]> asedeno.scripts.mit.edu Git - git.git/commitdiff
[PATCH] Retitle 'inspecting what happened' section.
authorJon Loeliger <jdl@freescale.org>
Thu, 22 Sep 2005 15:51:57 +0000 (10:51 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Sep 2005 01:31:14 +0000 (18:31 -0700)
In the tutorial, there is a section entitled "Checking it out"
that shows how to use diff log and whatchanged to insect some
of the repository state.

As the phrase "checkout" ususally carries some baggage WRT
other revision control mechanism, I suggest that we re-title
this section something like "Inspecting Changes".

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt

index 307cc079199f712f7793ce2a4ed0bbe2001d632f..36f42e051c610a89c5bbebb56c52817815c81adf 100644 (file)
@@ -432,8 +432,8 @@ message headers, and a few one-liners that actually do the
 commit itself (`git-commit`).
 
 
-Checking it out
----------------
+Inspecting Changes
+------------------
 
 While creating changes is useful, it's even more useful if you can tell
 later what changed. The most useful command for this is another of the