[U-Boot-Users] [PATCH] Fix possible uninitialized variable compiler warning.
Markus Klotzbücher
mk at denx.de
Thu Oct 12 11:16:24 CEST 2006
Hi Matthew,
Matthew McClintock <msm at freescale.com> 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.
More information about the U-Boot
mailing list