From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Schoenert Date: Sat, 29 Dec 2012 16:23:52 +0100 Subject: [Buildroot] (no subject) git format-patch In-Reply-To: <50DF04B3.30801@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> Message-ID: <50DF0B08.8050205@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Stefan, Am 29.12.2012 15:56, schrieb Stefan Fr?berg: > That's what I meant. Those *inside* Signed-off tags. > How should I add those inside Signed-off tags to individual patches > (either my own make or 3rd party) > applied to mesa3d ? > > Does git diff command do that ? It does not have -s switch like commit does. I do my signed off while using 'git format-patch' git format-patch -s [against_some_branch] Of course *after* the steps Thomas talked about. ;) Regards Carsten