summaryrefslogtreecommitdiff
path: root/tools/patcheck
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-15 12:05:53 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-07-15 12:05:53 +0000
commit2543c7fb1a6e4f5776c2c015b44454fd0eef4bd4 (patch)
tree211c7a493c19ae5948f8939a7dc53a5469f42c29 /tools/patcheck
parent961e4a3389e348033312662c0581a0fb34eaa14b (diff)
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-xtools/patcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patcheck b/tools/patcheck
index 4bb0236879..521138ae93 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'