[Libreoffice] Patch handling guideline
Pierre-André Jacquod
pjacquod at alumni.ethz.ch
Tue Feb 22 10:59:52 PST 2011
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é
More information about the LibreOffice
mailing list