[FFmpeg-devel] [PATCH 2/3] remove redundant explicit <file>.mak cases from the tab test

Michael Niedermayer michaelni at gmx.at
Tue Nov 11 00:46:49 CET 2014


---
 update |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update b/update
index 92e645d..69b3b38 100644
--- a/update
+++ b/update
@@ -67,7 +67,7 @@ check_ending_newline () {
 
 
 check_tabs () {
-  for file in $(git diff-tree --name-only --diff-filter="A|C|M|R" -r $REVISION | tail -n +2 | egrep -v 'Makefile.*|common.mak|library.mak|subdir.mak|clean-diff|\.diff|\.patch|\.mak' | egrep "$@") ; do
+  for file in $(git diff-tree --name-only --diff-filter="A|C|M|R" -r $REVISION | tail -n +2 | egrep -v 'Makefile.*|clean-diff|\.diff|\.patch|\.mak' | egrep "$@") ; do
     if is_text_file $REVISION "$file" 2> /dev/null ; then
       if git cat-file -p "$REVISION:$file" | grep -e '	' > /dev/null; then
         echoerr "In $REVISION:"
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list