What is this? Next time would you mind adding a [TAG] in the summary? thanks!

On Mon, Nov 10, 2014 at 5:57 AM, Michael Niedermayer <michae...@gmx.at> wrote:
> Signed-off-by: Michael Niedermayer <michae...@gmx.at>
> ---
>  update |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/update b/update
> index 86d51db..92e645d 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'
> | egrep "$@") ; do

> +  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

you can remove all the other .mak's.

Timothy
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to