On Tuesday 01 June 2010 11:29:32 Ramkumar Ramachandra wrote: > Hi, > > Christian Couder <chriscool@xxxxxxxxxxxxx> wrote: > > -n:: > > --no-commit:: > > - Usually the command automatically creates a commit. > > - This flag applies the change necessary to cherry-pick > > - the named commit to your working tree and the index, > > - but does not make the commit. In addition, when this > > - option is used, your index does not have to match the > > - HEAD commit. The cherry-pick is done against the > > - beginning state of your index. > > + Usually the command automatically creates some commits. This > > + flag applies the change necessary to cherry-pick the named > > + commits to your working tree and the index, but does not make > > + the commits. In addition, when this option is used, your > > + index does not have to match the HEAD commit. The cherry-pick > > + is done against the beginning state of your index. > > + > > Avoid re-wrapping the text so it's easy to see the changes that you > have introduced in subsequent blames- you've just changed the word > "commit" to "commits". Ok, avoided the re-wrapping. > > +Examples > > +-------- > > Style nitpick: shouldn't the word "Examples" be in all-caps? I had a quick look at Documentation/*.txt and found 22 files with "Examples" and 32 files with "EXAMPLES", so I changed to "EXAMPLES". But if you really care I suggest you to submit a patch to changes the 22 files that contains "EXAMPLES". Thanks, Christian. -- 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