On Fri, Jun 10, 2011 at 3:53 PM, Tomek CEDRO <[email protected]> wrote: > Oyvid, > > I have also created branch openocd-master to have up-to-date openocd > repository at site to produce patches. > > Now when I do "git format-patch openocd-master file" I get bunch of > patch files based on my local commits. This is nasty as brings > unnecessary commits. I would rather produce one patch that contains > only important changes.. or you prefer the way format-patch produces? > How to produce "good" patch with description etc from "git diff" > result? :-) >
if by unnecessary you refer to a bunch of little things that could fit into a single patch, then this link may be of use: http://book.git-scm.com/4_interactive_rebasing.html i found it pretty useful for playing around with commits. you can "edit" the commit messages and turn a bunch of commits into one, remove the ones you don't want, etc. i'm also new at git, hope this is of use to you :) > Best regards, > Tomek > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development > -- Rodrigo. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
