doc: Add item to "Submitting Patches" section.
* doc/contributing.texi (Submitting Patches): Add item about 'git-format-patch --base'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
5871639bb1
commit
d18b787d8a
|
@ -1011,6 +1011,12 @@ Before submitting a patch that adds or modifies a package definition,
|
||||||
please run through this check list:
|
please run through this check list:
|
||||||
|
|
||||||
@enumerate
|
@enumerate
|
||||||
|
@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.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If the authors of the packaged software provide a cryptographic
|
If the authors of the packaged software provide a cryptographic
|
||||||
signature for the release tarball, make an effort to verify the
|
signature for the release tarball, make an effort to verify the
|
||||||
|
|
Reference in New Issue