guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Give more details about generating patches w


From: guix-commits
Subject: branch master updated: doc: Give more details about generating patches with base commit information.
Date: Thu, 02 Dec 2021 14:31:37 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f697fc2  doc: Give more details about generating patches with base 
commit information.
f697fc2 is described below

commit f697fc267c317e98e4bba8009452b9d64e76b30a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Dec 2 14:27:14 2021 -0500

    doc: Give more details about generating patches with base commit 
information.
    
    * doc/contributing.texi (Submitting Patches): Talk more about '--base'.
---
 doc/contributing.texi | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/contributing.texi b/doc/contributing.texi
index aa6bfc2..db1c4c6 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1017,8 +1017,11 @@ please run through this check list:
 @cindex @code{git format-patch}
 @cindex @code{git-format-patch}
 @item
-We recommend to use the command @code{git format-patch --base} to
-include the commit where your patch applies.
+When generating your patches with @code{git format-patch} or @code{git
+send-email}, we recommend using the option @code{--base=}, perhaps with
+the value @code{auto}.  This option adds a note to the patch stating
+which commit the patch is based on.  This helps reviewers understand how
+to apply and review your patches.
 
 @item
 If the authors of the packaged software provide a cryptographic



reply via email to

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