From cca30ca806f9758bb0271f08808e2c830d9aba5e Mon Sep 17 00:00:00 2001 From: Gerhard Wiesinger Date: Wed, 28 Apr 2010 07:30:01 +0200 Subject: [PATCH 3/3] Updated documentation for submitting patches --- Documentation/SubmittingPatches | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index abc65de..e871032 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -23,7 +23,7 @@ Checklist (and a short version for the impatient): Patch: - - use "git format-patch -M" to create the patch + - use "git format-patch -M" to create the patch (e.g. git format-patch -M origin/master) - do not PGP sign your patch - do not attach your patch, but read in the mail body, unless you cannot teach your mailer to -- 1.6.2.5