mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
7b46b8db9a
commit
9001514e24
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue