--- 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
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel