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é _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
