[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting |
Date: |
Tue, 19 Nov 2024 09:04:53 +0000 |
User-agent: |
Mutt/2.2.12 (2023-09-09) |
On Mon, Nov 18, 2024 at 09:23:52AM -0800, Pierrick Bouvier wrote:
> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
> ---
> docs/devel/submitting-a-patch.rst | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/docs/devel/submitting-a-patch.rst
> b/docs/devel/submitting-a-patch.rst
> index 349c32ee3a9..953682f20cb 100644
> --- a/docs/devel/submitting-a-patch.rst
> +++ b/docs/devel/submitting-a-patch.rst
> @@ -237,6 +237,20 @@ attachments can be used as a last resort on a first-time
> submission.
>
> .. _if_you_cannot_send_patch_emails:
This needs to remain associated with the heading that is *after*
your new block of text, while here you need to add a new anchor
.. _use_git_publish:
>
> +Use git-publish
> +~~~~~~~~~~~~~~~
> +
> +If you already configured git send-email, you can simply use `git-publish
> +<https://github.com/stefanha/git-publish>`__ to send series.
> +
> +::
> +
> + $ git checkout master -b my-feature
> + $ # work on new commits, add your 'Signed-off-by' lines to each
> + $ git publish
> + $ ... more work, rebase on master, ...
> + $ git publish # will send a v2
Also add a note
"Each time you post a series, git-publish will create a local tag
with the format ``<branchname>-v<version>`` to record the patch
series."
> +
> If you cannot send patch emails
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> --
> 2.39.5
>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- Re: [PATCH 3/7] docs/devel: add b4 for patch retrieval, (continued)
[PATCH 2/7] docs/devel: add git-publish for patch submitting, Pierrick Bouvier, 2024/11/18
Re: [PATCH 2/7] docs/devel: add git-publish for patch submitting,
Daniel P . Berrangé <=
[PATCH 4/7] docs/devel: add information on how to setup build environments, Pierrick Bouvier, 2024/11/18
[PATCH 1/7] docs/devel: remove dead video link for sourcehut submit process, Pierrick Bouvier, 2024/11/18
[PATCH 6/7] docs: add a glossary, Pierrick Bouvier, 2024/11/18
[PATCH 7/7] docs: add a how to section, Pierrick Bouvier, 2024/11/18