]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: CG intro: Nitpicks.
authorMark Polesky <markpolesky@yahoo.com>
Sat, 9 Jan 2010 18:12:36 +0000 (10:12 -0800)
committerMark Polesky <markpolesky@yahoo.com>
Sat, 9 Jan 2010 18:12:36 +0000 (10:12 -0800)
Documentation/contributor/introduction.itexi

index 67b72f6e36311844dfaf8e36b54aedc3d1f917fb..721fbe48c3daf1f4e41726a35b55a77398d5adc0 100644 (file)
@@ -63,12 +63,22 @@ complete copy of the entire repository (about 116M).
 
 Changes made within one contributor's copy of the repository can
 be shared with other contributors using @emph{patches}.  A patch
-is a simple text file generated by the @code{git} program that
+is a simple text file generated by the @command{git} program that
 indicates what changes have been made (using a special format).
 If a contributor's patch is approved for inclusion (usually
 through the mailing list), someone on the current development team
 will @emph{push} the patch to the official repository.
 
+The Savannah software forge provides two separate interfaces for
+viewing the LilyPond Git repository online: @emph{cgit} and
+@emph{gitweb}.  The cgit interface should work faster than gitweb
+in most situations, but only gitweb allows you to search through
+the source code using @command{grep}, which you may find useful.
+The cgit interface is at
+@uref{http://git.sv.gnu.org/cgit/lilypond.git/} and the gitweb
+interface is at
+@uref{http://git.sv.gnu.org/gitweb/?p=lilypond.git}.
+
 Git is a complex and powerful tool, but tends to be confusing at
 first, particularly for users not familiar with the command line
 and/or version control systems.  Contributors who don't want to
@@ -93,16 +103,6 @@ email to @email{lilypond-devel@@gnu.org}.  You can subscribe to
 the developers' mailing list here:
 @uref{http://lists.gnu.org/mailman/listinfo/lilypond-devel}.
 
-The Savannah software forge provides two separate interfaces for
-viewing the LilyPond Git repository online: @emph{cgit} and
-@emph{gitweb}.  The cgit interface should work faster than gitweb
-in most situations, but only gitweb allows you to search through
-the source code using @command{grep}, which you may find useful.
-The cgit interface is at
-@uref{http://git.sv.gnu.org/cgit/lilypond.git/} and the gitweb
-interface is at
-@uref{http://git.sv.gnu.org/gitweb/?p=lilypond.git}.
-
 
 @node Mentors
 @section Mentors