Message ID | 2b42178552244c7bd2fa4c8b55dd83d1e9549dcd.1725891135.git.ekaitz@elenq.tech |
---|---|
State | New |
Headers | show |
Series | [bug#73055] doc: contributing: Remove --base=auto | expand |
Hi,
Ekaitz Zarraga <ekaitz@elenq.tech> writes:
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
diff --git a/doc/contributing.texi b/doc/contributing.texi index d5d63ebdbd..fe8f4c0113 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -2184,7 +2184,7 @@ Sending a Patch Series @example $ git format-patch -@var{NUMBER_COMMITS} -o outgoing \ - --cover-letter --base=auto + --cover-letter @end example @quotation Note @@ -2195,7 +2195,7 @@ Sending a Patch Series @example $ git format-patch master..@var{MY_BRANCH} -o outgoing \ - --cover-letter --base=auto + --cover-letter @end example @end quotation