>From 7c607e0fffafabe06c996aaecccbe6cab2988c4c Mon Sep 17 00:00:00 2001 From: Jonathan Kulp Date: Fri, 20 Feb 2009 08:53:42 -0600 Subject: [PATCH] Fix typo "lastest" to latest and numerous @q{} and @qq{} constructs. --- Documentation/devel/git-starting.itexi | 46 ++++++++++++++++---------------- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Documentation/devel/git-starting.itexi b/Documentation/devel/git-starting.itexi index dbef6f7..dc8b368 100644 --- a/Documentation/devel/git-starting.itexi +++ b/Documentation/devel/git-starting.itexi @@ -3,11 +3,11 @@ @chapter Starting with git @menu -* Getting the source code:: -* Updating the source code:: -* Sharing your changes:: -* Other interesting Git commands:: -* Git on Windows:: +* Getting the source code:: +* Updating the source code:: +* Sharing your changes:: +* Other interesting Git commands:: +* Git on Windows:: @end menu @@ -15,13 +15,13 @@ @section Getting the source code @menu -* Git introduction:: -* Main source code:: -* Website source code:: -* Documentation translations source code:: -* Other branches:: -* Other locations for git:: -* Git user configuration:: +* Git introduction:: +* Main source code:: +* Website source code:: +* Documentation translations source code:: +* Other branches:: +* Other locations for git:: +* Git user configuration:: @end menu @node Git introduction @@ -86,7 +86,7 @@ you wish to do so, you will need more familiarity with git. @item @code{gub}: This stores the Grand Unified Binary, our cross-platform building -tool. +tool. @c TODO: merge the gub stuff with this CG. For more info, see @uref{http://lilypond.org/gub}. The git location is: @@ -138,10 +138,10 @@ git config --global user.email MYEMAIL@@EXAMPLE.NET @section Updating the source code @menu -* Importance of updating:: -* Update command:: -* Resolving conflicts:: -* Technical notes:: +* Importance of updating:: +* Update command:: +* Resolving conflicts:: +* Technical notes:: @end menu @@ -230,7 +230,7 @@ differ from origin/web. In this case, remember that other people working like you on the remote web branch of git://git.sv.gnu.org/lilypond.git/ know nothing about your own web branch: this means that whenever you use a committish or make a patch, -others expect you to take the lastest commit of origin/web branch as a +others expect you to take the latest commit of origin/web branch as a reference. This README tries to explain most of Git commands needed for @@ -248,8 +248,8 @@ Manual at @section Sharing your changes @menu -* Producing a patch:: -* Committing directly:: +* Producing a patch:: +* Committing directly:: @end menu @@ -261,7 +261,7 @@ changes meet the @ref{Code style} and/or @ref{Documentation policy}, and checked that the entire thing compiles, you may @example -git commit -a +git commit -a git format-patch origin @end example @@ -295,8 +295,8 @@ git push @section Other interesting Git commands @menu -* Git log:: -* Applying git patches:: +* Git log:: +* Applying git patches:: @end menu -- 1.5.4.3