Re: [GIT PULL] sh updates for 2.6.25-rc1

From: Linus Torvalds
Date: Mon Jan 28 2008 - 16:46:59 EST




On Mon, 28 Jan 2008, Paul Mundt wrote:
>
> 484 files changed, 31831 insertions(+), 37139 deletions(-)

Please use "git diff -M --stat --summary" to generate the diffstat: the -M
enables rename detection, and the summary enables a summary of new/deleted
or renamed files.

With rename detection, the statistics are rather different:

419 files changed, 13022 insertions(+), 18878 deletions(-)

because git will notice that a fair number of the changes are renames.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/