From 9001514e242ad15c190588439930b0fa4f6782e3 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 9 Sep 2024 16:12:15 +0200 Subject: doc: contributing: Remove --base=auto * doc/contributing.texi(Sending a Patch Series): Remove --base=auto from examples Change-Id: Idd421f9d6b592d6a314edfaa66404dee4c1b2241 --- doc/contributing.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/contributing.texi') diff --git a/doc/contributing.texi b/doc/contributing.texi index 816a226ced6..0125f7d1078 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 -- cgit v1.2.3