Re: [Libreoffice] Patch handling guideline

2011-02-23 Thread Kohei Yoshida
On Tue, 2011-02-22 at 19:59 +0100, Pierre-André Jacquod wrote: > 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: > --t

Re: [Libreoffice] Patch handling guideline

2011-02-22 Thread David Tardon
On Tue, Feb 22, 2011 at 07:59:52PM +0100, Pierre-André Jacquod wrote: > 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? git already trac

Re: [Libreoffice] Patch handling guideline

2011-02-22 Thread Pierre-André Jacquod
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/

Re: [Libreoffice] Patch handling guideline

2011-02-21 Thread Kevin Hunter
At 2:40pm -0500 Mon, 21 Feb 2011, Kohei Yoshida wrote: http://wiki.documentfoundation.org/Development/Patch_Handling_Guideline to help us develop some sort of guideline in order to handle this ever increasing amount of in-coming patches. The page is intended for both those who submit patches, a

[Libreoffice] Patch handling guideline

2011-02-21 Thread Kohei Yoshida
Hi there, I'm working on authoring this page http://wiki.documentfoundation.org/Development/Patch_Handling_Guideline to help us develop some sort of guideline in order to handle this ever increasing amount of in-coming patches. The page is intended for both those who submit patches, and those w