doc: contributing: Remove --base=auto

* doc/contributing.texi(Sending a Patch Series): Remove --base=auto from
  examples

Change-Id: Idd421f9d6b592d6a314edfaa66404dee4c1b2241
This commit is contained in:
Ekaitz Zarraga 2024-09-09 16:12:15 +02:00
parent 7b46b8db9a
commit 9001514e24
No known key found for this signature in database
GPG key ID: FDB952BD3F7356D6

View file

@ -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