sridewa wrote:
> what is the best method for creating a patch?
> using diff against the latest release or the cvs version?

Using cvs:
                cvs diff -pu > your.patch

Using git:
                git diff > your.patch

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to