From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Braun Date: Sat, 29 Dec 2012 18:09:48 +0100 Subject: [Buildroot] Generating patches against packages source code In-Reply-To: <50DF2029.1040605@petroprogram.com> References: <1356745553-15362-1-git-send-email-stefan.froberg@petroprogram.com> <20121229085947.130784d2@skate> <50DEFA7A.7020002@petroprogram.com> <20121229153251.6bdfecfe@skate> <50DF04B3.30801@petroprogram.com> <20121229171540.5bb22f40@skate> <50DF2029.1040605@petroprogram.com> Message-ID: <20121229170948.GA15925@mail.sceen.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sat, Dec 29, 2012 at 06:54:01PM +0200, Stefan Fr?berg wrote: > Ah, I was hoping (because Im lazy ;-) ) that I don't need to add > manually all those > Signed-off lines. You don't. > I was always wondering how other people add all those several inside > Signed-off lines when submitting one big patch to this list. See git help format-patch. This command has an option -s (--signoff) to automatically produce the signed-off lines. -- Richard Braun