mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
17 lines
346 B
ReStructuredText
17 lines
346 B
ReStructuredText
|
.. SPDX-License-Identifier: GPL-2.0+
|
||
|
|
||
|
Sending patches
|
||
|
===============
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
patman
|
||
|
|
||
|
|
||
|
You can use a tool called patman to prepare, check and sent patches. It creates
|
||
|
change logs, cover letters and patch notes. It also simplified the process of
|
||
|
sending multiple versions of a series.
|
||
|
|
||
|
See more details at :doc:`patman`.
|