* PATCH fix tutorial typo
@ 2005-09-09 15:41 jdl
2005-09-09 17:00 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: jdl @ 2005-09-09 15:41 UTC (permalink / raw)
To: git
Fix a minor typo in the tutorial.txt.
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
@@ -742,7 +742,7 @@ git commit -m 'Some work.' hello
------------------------------------------------
Here, we just added another line to `hello`, and we used a shorthand for
-both going a `git-update-index hello` and `git commit` by just giving the
+doing both `git-update-index hello` and `git commit` by just giving the
filename directly to `git commit`. The `-m` flag is to give the
commit log message from the command line.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH fix tutorial typo
2005-09-09 15:41 PATCH fix tutorial typo jdl
@ 2005-09-09 17:00 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2005-09-09 17:00 UTC (permalink / raw)
To: jdl; +Cc: git
Thanks. Will apply both.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-09 17:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 15:41 PATCH fix tutorial typo jdl
2005-09-09 17:00 ` Junio C Hamano
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).