Øyvind Harboe wrote:
> On Wed, Oct 26, 2011 at 3:09 PM, jim norris <u17...@att.net> wrote:
> >
> >
> >  Assuming I've done my commits. How do I see what the
> >  patch will look like before I do the 'git push review'?
> 
> git format-patch origin/master
> 
> => produces patch files

I would recommend using git log rather than generating patch files,
since the output can be coloured to very clearly mark whitespace
issues and since no files need to be created.

git log -p origin/master..


//Peter
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to