From: Greg KH <greg@kroah.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, devel@linuxdriverproject.org,
Mark Einon <mark.einon@gmail.com>, Jiri Pirko <jpirko@redhat.com>,
"David S. Miller" <davem@davemloft.net>,
Ian Campbell <ian.campbell@citrix.com>
Subject: Re: [GIT PATCH] big staging merge for 3.2
Date: Wed, 26 Oct 2011 23:06:41 +0200 [thread overview]
Message-ID: <20111026210641.GA28437@kroah.com> (raw)
In-Reply-To: <CA+55aFxRETDCVs=2pLSbc1qkhUYbfexVO9KG64EP2LKNdXGCeQ@mail.gmail.com>
On Wed, Oct 26, 2011 at 03:59:40PM +0200, Linus Torvalds wrote:
> On Wed, Oct 26, 2011 at 2:07 PM, Greg KH <greg@kroah.com> wrote:
> >
> > Here is the big staging merge for 3.2
> >
> > Note, I ended up merging this with your 3.1 release to resolve a merge
> > issue with one of the comedi drivers to fix a build issue. If you want
> > me to redo the tree without this merge, I'll be glad to do so and let
> > you do it :)
>
> I don't hate merges that make sense, and that one looks fine. You
> picked a logical merge point, and you wrote a merge message that
> explains it. No problem.
>
> > There's a lot of patches in here, and the overall diff is quite
> > impressive:
> > 834 files changed, 103718 insertions(+), 230262 deletions(-)
>
> Hmm... I only get
>
> 725 files changed, 103936 insertions(+), 180480 deletions(-)
>
> Which is still good, but nothing like your numbers. Where did you find
> the extra 50k lines?
I don't know, I took it straight from git.
I did a:
git diff -M --stat --summary master..HEAD
And in that tree master was v3.1 and HEAD was 43a3beb6da994549ec28a9f31727b997a025f958
so if you do:
git diff -M --stat --summary v3.1..43a3beb6da994549ec28a9f31727b997a025f958
in your tree, I also get the above diffstat:
$ git diff -M --stat --summary v3.1..43a3beb6da994549ec28a9f31727b997a025f958 | grep insert
834 files changed, 103718 insertions(+), 230262 deletions(-)
Did I do that wrong? There are a lot of renames, is my default value
for git different than what you might have on your box? Or am I diffing
the wrong thing here?
thanks,
greg k-h
next prev parent reply other threads:[~2011-10-26 21:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-26 12:07 [GIT PATCH] big staging merge for 3.2 Greg KH
2011-10-26 13:59 ` Linus Torvalds
2011-10-26 14:23 ` Mark Einon
2011-10-26 21:06 ` Greg KH [this message]
2011-10-27 1:51 ` Linus Torvalds
2011-10-27 13:47 ` Ian Campbell
-- strict thread matches above, loose matches on Subject: below --
2011-10-25 11:26 Greg KH
2011-10-29 12:24 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111026210641.GA28437@kroah.com \
--to=greg@kroah.com \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=devel@linuxdriverproject.org \
--cc=ian.campbell@citrix.com \
--cc=jpirko@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.einon@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.