diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-15 12:05:53 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-07-15 12:05:53 +0000 |
commit | 2543c7fb1a6e4f5776c2c015b44454fd0eef4bd4 (patch) | |
tree | 211c7a493c19ae5948f8939a7dc53a5469f42c29 /tools/patcheck | |
parent | 961e4a3389e348033312662c0581a0fb34eaa14b (diff) | |
download | ffmpeg-streaming-2543c7fb1a6e4f5776c2c015b44454fd0eef4bd4.zip ffmpeg-streaming-2543c7fb1a6e4f5776c2c015b44454fd0eef4bd4.tar.gz |
grep Changelog entry from unified diffs
Patch by Rafaël Carré, rafael d carre a gmail
Originally committed as revision 24248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tools/patcheck')
-rwxr-xr-x | tools/patcheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patcheck b/tools/patcheck index 4bb0236..521138a 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -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' |