On Tuesday 13 October 2009, Øyvind Harboe wrote:
> > If so, a diff follows. I've never submitted a diff before, so I'm not sure
> > if I did it the right way around.

"git diff > my.patch"
.... then edit it to provide a good description, and remove cruft


If you're modifying your own repository, which not everyone
should necessarily be doing: 

> git add fileyouchanged
> git commit -m "What you did"
> git format-patch origin/master
> 
> => send generated patch as attachment.
> 

:)



_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to