From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755322AbYD2WAi (ORCPT ); Tue, 29 Apr 2008 18:00:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752524AbYD2WAb (ORCPT ); Tue, 29 Apr 2008 18:00:31 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49387 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751523AbYD2WAa (ORCPT ); Tue, 29 Apr 2008 18:00:30 -0400 Date: Tue, 29 Apr 2008 14:59:07 -0700 (PDT) From: Linus Torvalds To: Mauro Carvalho Chehab cc: Andrew Morton , linux-dvb-maintainer@linuxtv.org, video4linux-list@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [GIT PATCHES] V4L/DVB updates and fixes for 2.6.26 In-Reply-To: <20080429185009.716c3284@gaivota> Message-ID: References: <20080429185009.716c3284@gaivota> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 29 Apr 2008, Mauro Carvalho Chehab wrote: > > Notice: the diffstat is very big, due to the "mv" operations. No, the diffstat is big due to the new cx18 driver. The mv's are almost all just pure moves. But that new driver alone is 47 files changed, 10217 insertions(+), 0 deletions(-) in a single commit. Whee... Linus