[Ffmpeg-devel] Re: question on submitting changes ...

Burkhard Plaum plaum
Thu Aug 11 00:43:08 CEST 2005


> diff -u old.c new.c > patch.diff
> will for example give you a patch to go from old.c to new.c
> 
> Don't forget to re-read your patch so that you don't make some
> whitespace changes.

Or use diff -ub old.c new.c > patch.diff

Then diff will ignore whitespace changes.
No reason not to reread the patch though :)






More information about the ffmpeg-devel mailing list