From: Fred Maranhão <fred.maranhao@xxxxxxxxx> Signed-off-by: Jeff King <peff@xxxxxxxx> --- On Wed, Jun 11, 2008 at 06:34:15PM -0300, Fred Maranhão wrote: > It seems that there is a little typo in git tutorial > (http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html).In Thanks. Patch-ified for Junio's convenience. Documentation/gittutorial.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt index 9563a63..d465aab 100644 --- a/Documentation/gittutorial.txt +++ b/Documentation/gittutorial.txt @@ -114,7 +114,7 @@ newly modified content to the index. Finally, commit your changes with: $ git commit ------------------------------------------------ -This will again prompt your for a message describing the change, and then +This will again prompt you for a message describing the change, and then record a new version of the project. Alternatively, instead of running `git add` beforehand, you can use -- 1.5.6.rc2.158.g5896e -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html