Re: [FFmpeg-devel] [PATCH] patcheck: Fix false detection of 'mergeable calls' when line is removed

2015-11-22 Thread Michael Niedermayer
On Sun, Nov 22, 2015 at 12:54:56AM +0100, Hagen Schmidt wrote: > --- > tools/patcheck | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they

[FFmpeg-devel] [PATCH] patcheck: Fix false detection of 'mergeable calls' when line is removed

2015-11-22 Thread Hagen Schmidt
--- tools/patcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patcheck b/tools/patcheck index cbdbf8d..06482e2 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -143,7 +143,7 @@ fi $GREP '^+++ .*Changelog' $* >/dev/null || printf "\nMissing changelog entry