From: Paolo Bonzini <hidden> Date: 2016-06-15 22:45:13
I would have thought "-v" meant "match any changes which do not have
this pattern". But you want "match any changes that have any line which
does not have this pattern."
Yours could be "-L/--without-match" (in grep, -L/--files-without-match
only prints the names of files containing no match).
Paolo