
12 Oct
2006
12 Oct
'06
11:16 a.m.
Hi Matthew,
Matthew McClintock msm@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.