From: Mark Polesky Date: Sat, 9 Jan 2010 18:12:36 +0000 (-0800) Subject: Doc: CG intro: Nitpicks. X-Git-Tag: release/2.13.11-1~61 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=84646670a1a57a83ef4a95f62ff4e73dd5d10034;p=lilypond.git Doc: CG intro: Nitpicks. --- diff --git a/Documentation/contributor/introduction.itexi b/Documentation/contributor/introduction.itexi index 67b72f6e36..721fbe48c3 100644 --- a/Documentation/contributor/introduction.itexi +++ b/Documentation/contributor/introduction.itexi @@ -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