From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758175Ab0JWVtF (ORCPT ); Sat, 23 Oct 2010 17:49:05 -0400 Received: from rtp-iport-2.cisco.com ([64.102.122.149]:14957 "EHLO rtp-iport-2.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753220Ab0JWVtC (ORCPT ); Sat, 23 Oct 2010 17:49:02 -0400 Authentication-Results: rtp-iport-2.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAPH0wkytJV2c/2dsb2JhbAChbnGfI5tPhUgEhFSFeQ X-IronPort-AV: E=Sophos;i="4.58,229,1286150400"; d="scan'208";a="174351914" From: Roland Dreier To: Linus Torvalds Cc: James Bottomley , Andrew Morton , linux-scsi , linux-kernel Subject: Re: [GIT PULL] first round of SCSI updates for the merge window References: <1287764862.8930.220.camel@mulgrave.site> X-Message-Flag: Warning: May contain useful information Date: Sat, 23 Oct 2010 14:48:22 -0700 In-Reply-To: (Linus Torvalds's message of "Fri, 22 Oct 2010 17:48:35 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) 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 > There's a _single_ commit that looks like this: > > 220 files changed, 34823 insertions(+), 43478 deletions(-) Hey, you're not using git properly... if I use '-M' to show moved files, I see: 212 files changed, 30007 insertions(+), 38662 deletions(-) which is a lot nicer. - R.