This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jonash
Recipients bethard, eric.araujo, jonash
Date 2011-06-09.16:29:55
SpamBayes Score 1.0442697e-05
Marked as misclassified No
Message-id <1307636995.94.0.497939782672.issue12284@psf.upfronthosting.co.za>
In-reply-to
Content
Nope. I want an "examples" section, for example from `man git log`:


EXAMPLES
       git log --no-merges
           Show the whole commit history, but skip any merges

       git log v2.6.12.. include/scsi drivers/scsi
           Show all commits since version v2.6.12 that changed any file in the include/scsi or drivers/scsi subdirectories

       ...
History
Date User Action Args
2011-06-09 16:29:56jonashsetrecipients: + jonash, bethard, eric.araujo
2011-06-09 16:29:55jonashsetmessageid: <1307636995.94.0.497939782672.issue12284@psf.upfronthosting.co.za>
2011-06-09 16:29:55jonashlinkissue12284 messages
2011-06-09 16:29:55jonashcreate