From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Mon, 26 Feb 2007 15:57:52 -0600 Subject: [U-Boot-Users] Submitting patches In-Reply-To: <528646bc0702261250v5845bf33s65a71a9c8321059a@mail.gmail.com> References: <131AF8573CF31945B5B11E4201D3F1E142BB34@mail3.Avidyne.com> <45E3351F.1000809@freescale.com> <528646bc0702261206h69e69da4udf2698740c6676f5@mail.gmail.com> <45E33F28.2040408@freescale.com> <528646bc0702261250v5845bf33s65a71a9c8321059a@mail.gmail.com> Message-ID: <45E357E0.50403@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Grant Likely wrote: > hehehe, that's a lot of work for a simple thing. Drop the git-commit > -m flag and use -F instead to add the commit log from a file (or use > neither and git-commit will bring up an editor). I haven't tried it, but according to the online help, -F sets the commit *message*, which is the one-line text that becomes the subject line. git-commit.txt contains the block of text that appears above the "diff" line. > You can also use -s > to add your signoff line too. I do use -s: PATCHFILE=`git-format-patch -s $IGNOREEOL HEAD^ ` -- Timur Tabi Linux Kernel Developer @ Freescale