gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 1/2] hacking: mention signing off on patches and why i


From: Beat Bolli
Subject: [gpsd-dev] [PATCH 1/2] hacking: mention signing off on patches and why it's a good thing.
Date: Mon, 28 Mar 2016 12:18:57 +0200

Signed-off-by: Beat Bolli <address@hidden>
---
 www/hacking.html.in | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/www/hacking.html.in b/www/hacking.html.in
index 2c35daa..0685278 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -399,9 +399,12 @@ following things:</p>
 
 <h2 id="patches">Send patches in git-format-patch, diff -u or -c format</h2>
 
-<p>We like getting patches made using git format-patch from a
-repository clone, as this means we don't have to compose a change
-comment and attribution.</p>
+<p>We like getting patches made using <code>git format-patch
+--signoff</code> from a repository clone, as this means we don't
+have to compose a change comment and attribution. The --signoff option
+of git format-patch adds a Signed-off-by: line to the end of your commit
+message. It certifies that you have the rights to submit the patch under
+GPSD's BSD licence (see the <a href='#license'>next section</a>).</p>
 
 <p>Failing that prefer diff -u format, but diff -c is acceptable.  Do
 not send patches in the default (-e or ed) mode, as they are too
-- 
2.7.2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]