From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus =?iso-8859-1?Q?Klotzb=FCcher?= Date: Thu, 12 Oct 2006 11:16:24 +0200 Subject: [U-Boot-Users] [PATCH] Fix possible uninitialized variable compiler warning. In-Reply-To: <1160634465.4993.1.camel@localhost> (Matthew McClintock's message of "Thu, 12 Oct 2006 01:27:44 -0500") References: <20061011220400.3FD5E353C9E@atlas.denx.de> <1160634465.4993.1.camel@localhost> Message-ID: <8764ep7v2v.fsf@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Matthew, Matthew McClintock writes: > If you would like I can start over and recommit each patch. Do you have > any better methods of updating the CHANGELOG for each patch? Its probably* too late in this case, but in general stacked git lets you handle this efficently. You can maintain a stack of patches on top of the cloned official repo. When you think your done, commit the patches to a branch and publish it. If it needs further fixes, delete the branch, fix you patches repeat the commit and publish. Regards Markus Klotzbuecher * There is a "stg uncommit" command, that allows you to turn a git commit into a stacked git patch, but I havn't used that one yet.