Hello,
if you do not mind, I wanted to propose the following points:
patch submission:
creating patches with
git format-patch
or
sending them directly with
git send-email
I suggest the following options:
--thread and
--no-chain-reply-to
if there are several patches, which results in:
[PATCH 0/2] Here is what I did...
[PATCH 1/2] Clean up and tests
[PATCH 2/2] Implementation
(all following mails as reply to the first one)
for applying, I would propose:
git am
which takes over user / date / commit message from the send message.
Should we generally use the
--signoff
option in order to let a trace of who has pushed this?
regards
Pierre-André
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.