From 5c28d3685be314c6789a444c677004fc08219b4e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 13 Dec 2015 08:27:26 +0100 Subject: [PATCH] doc/contributing: Fix git format-patch topic branch example Signed-off-by: Markus Armbruster --- doc/contributing | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing b/doc/contributing index 1cbbeb1f..2404db74 100644 --- a/doc/contributing +++ b/doc/contributing @@ -155,9 +155,9 @@ If you want to submit a single commit, prepare it like this: This produces a file 0001-.patch, where is derived from the first line of the commit message. -If you want to submit a a whole topic branch based on master, do: +If you want to submit a whole topic branch based on master, do: - $ git format-patch -ns --cover-letter + $ git format-patch -ns --cover-letter master This produces 0000-cover-letter.patch 0001-.patch 0002-.patch and so on. Edit 0000-cover-letter.patch so it