[kernel-team] 10/47: Flag binary file changes too

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Dec 21 00:30:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository kernel-team.

commit 70c28846b894c3663cf181ac450fe284bcdcf53a
Author: Ben Hutchings <benh at debian.org>
Date:   Sun Nov 13 15:27:00 2011 +0000

    Flag binary file changes too
    
    svn path=/people/benh/; revision=18254
---
 scripts/benh/grep-int-array | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/scripts/benh/grep-int-array b/scripts/benh/grep-int-array
index c705726..69217b6 100755
--- a/scripts/benh/grep-int-array
+++ b/scripts/benh/grep-int-array
@@ -39,6 +39,12 @@ def grep_file(f, verbose, debug=False):
                     print "%s:%d: here" % (f.name, match_begin)
                 else:
                     return True
+        elif line.startswith('Binary files '):
+            if verbose:
+                result = True
+                print "%s:%d: here" % (f.name, 1 + i)
+            else:
+                return True
         elif blank_re.match(line):
             pass
         else:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list