[Ffmpeg-cvslog] CVS: ffmpeg clean-diff,NONE,1.1

Michael Niedermayer CVS michael
Thu May 26 14:58:57 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv12771

Added Files:
	clean-diff 
Log Message:
very tiny script to remove tabs and trailing whitespace from patches


--- NEW FILE: clean-diff ---
#!/bin/sh
sed '/^+[^+]/!s/	/TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/	/g' | sed '/^+[^+]/s/ * $//'




More information about the ffmpeg-cvslog mailing list