On Sat, Jan 7, 2012 at 9:07 AM, Mike Melanson <[email protected]> wrote: > I made 6 commits to my local tree tonight. Unfortunately, I made the first 2 > commits, then pulled from the master, then made the other 4. I'm trying to > ask 'git format-patch' to create patch files for only my 6 commits. Is there > a way to neatly format a set of my 6 patches? Or do I just accept this as > git's way of punishing me for my ignorance and format 2 separate bundles (I > have figured out 'git format-patch <range_start>..<range_end>')?
type: 'git rebase origin/master' and then try again. btw, you might want to have a look at the manpage git-send-email(1), which is effectively a front-end to format-patch for sending emails. -- regards, Reinhard _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
