diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-09-09 16:12:15 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-03 22:43:10 +0100 |
commit | 9001514e242ad15c190588439930b0fa4f6782e3 (patch) | |
tree | 85f1ed2f5b0cf4f8a262dc08aec1cc1e4d702ffa /doc/contributing.texi | |
parent | 7b46b8db9afac3825518dca10b5ff0eab04f5f08 (diff) |
doc: contributing: Remove --base=auto
* doc/contributing.texi(Sending a Patch Series): Remove --base=auto from
examples
Change-Id: Idd421f9d6b592d6a314edfaa66404dee4c1b2241
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r-- | doc/contributing.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 816a226ced..0125f7d107 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -2191,7 +2191,7 @@ with @command{git format-patch}. @example $ git format-patch -@var{NUMBER_COMMITS} -o outgoing \ - --cover-letter --base=auto + --cover-letter @end example @quotation Note @@ -2202,7 +2202,7 @@ in your branch starting at @code{master}. @example $ git format-patch master..@var{MY_BRANCH} -o outgoing \ - --cover-letter --base=auto + --cover-letter @end example @end quotation |