mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 00:56:40 +08:00
eng/vc-users: Set up patch message with repo name
Added instructions on how to set up a patch message with a repo name. Author: Meh Mbeh Ida Delphine <idadelm@gmail.com> Date: Tue Mar 16 19:11:23 2021 +0100
This commit is contained in:
parent
2c2c7de35f
commit
a4755f6ee5
@ -458,6 +458,14 @@ specify a version number for your patch, for example, use
|
||||
|
||||
to indicate the second version of a patch, ``-v3`` for a third, and so forth.
|
||||
|
||||
Also, in order to create a patch specifying the repo name in the patch message,
|
||||
you should use the``--subject-prefix`` flag. For example, if contributing to
|
||||
the rtems-docs repo, use
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
git format-patch --subject-prefix="PATCH rtems-docs" ...
|
||||
|
||||
Patches created using ``git format-patch`` are formatted so they can be emailed
|
||||
and rely on having Git configured with your name and email address, for example
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user