From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 17 Feb 2009 12:41:08 -0600 Subject: [U-Boot] [PATCH] Pad data length for nand write In-Reply-To: <499B03FD.7050207@siconix.com> References: <> <1234890907-934-1-git-send-email-dou@siconix.com> <200902171255.53149.vapier@gentoo.org> <499B03FD.7050207@siconix.com> Message-ID: <499B04C4.7080904@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 Derek Ou wrote: > Sorry that my patch went out twice. I ran into smtp authentication issue > with git-send-email. Also, what is the right way to add more comments > to a patch? Should I edit the patch generated by git-format-patch or I > should just add commit title, blank line and the full commit message when > I git commit my change locally. The latter, for anything that belongs in the permanent commit message. For transient information such as what changed since the previous version of the patch, edit the resulting patch below the "---". -Scott