[FFmpeg-cvslog] r24248 - trunk/tools/patcheck
cehoyos
subversion
Thu Jul 15 14:05:53 CEST 2010
Author: cehoyos
Date: Thu Jul 15 14:05:53 2010
New Revision: 24248
Log:
grep Changelog entry from unified diffs
Patch by Rafa?l Carr?, rafael d carre a gmail
Modified:
trunk/tools/patcheck
Modified: trunk/tools/patcheck
==============================================================================
--- trunk/tools/patcheck Thu Jul 15 13:53:34 2010 (r24247)
+++ trunk/tools/patcheck Thu Jul 15 14:05:53 2010 (r24248)
@@ -123,7 +123,7 @@ if test -e $TMP ; then
cat $TMP
fi
-grep '^Index:.*Changelog' $* >/dev/null || printf "\nMissing changelog entry (ignore if minor change)\n"
+grep '^+++ .*Changelog' $* >/dev/null || printf "\nMissing changelog entry (ignore if minor change)\n"
cat $* | tr '\n' '@' | egrep --color=always -o '(fprintf|av_log|printf)\([^)]*\)[+ ;@]*\1' >$TMP && printf "\nMergeable calls\n"
cat $TMP | tr '@' '\n'
More information about the ffmpeg-cvslog
mailing list