All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] char/misc changes for 3.7-rc1
@ 2012-10-01 17:54 Greg KH
  2012-10-01 17:57 ` no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1) Greg KH
  2012-10-01 18:19 ` [GIT PATCH] char/misc changes for 3.7-rc1 Linus Torvalds
  0 siblings, 2 replies; 5+ messages in thread
From: Greg KH @ 2012-10-01 17:54 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Arnd Bergmann; +Cc: linux-kernel

The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:

  Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.6

for you to fetch changes up to fea7a08acb13524b47711625eebea40a0ede69a0:

  Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

----------------------------------------------------------------
char/misc driver merge for 3.7-rc1

Here is the "big" char/misc driver tree update for the 3.7-rc1 merge
window.

Nothing major, just a number of driver updates and fixes, all of which
have been in the linux-next releases for a while now either in my tree,
or in Andrew's (the lis3l driver changes came from his tree last week).

----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1)
  2012-10-01 17:54 [GIT PATCH] char/misc changes for 3.7-rc1 Greg KH
@ 2012-10-01 17:57 ` Greg KH
  2012-10-01 18:03   ` Arnd Bergmann
  2012-10-01 18:19 ` [GIT PATCH] char/misc changes for 3.7-rc1 Linus Torvalds
  1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2012-10-01 17:57 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Arnd Bergmann; +Cc: linux-kernel, git

On Mon, Oct 01, 2012 at 10:54:33AM -0700, Greg KH wrote:
> The following changes since commit fea7a08acb13524b47711625eebea40a0ede69a0:
> 
>   Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.6
> 
> for you to fetch changes up to fea7a08acb13524b47711625eebea40a0ede69a0:
> 
>   Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)
> 
> ----------------------------------------------------------------
> char/misc driver merge for 3.7-rc1
> 
> Here is the "big" char/misc driver tree update for the 3.7-rc1 merge
> window.
> 
> Nothing major, just a number of driver updates and fixes, all of which
> have been in the linux-next releases for a while now either in my tree,
> or in Andrew's (the lis3l driver changes came from his tree last week).
> 
> ----------------------------------------------------------------


Wait, what happened to the diffstat?  Does the latest version of git not
send out the diffstat for 'git request-pull'?  It used to on older
versions, I just updated the version on my machine that generated this
to
	git version 1.7.12.2.421.g261b511

Do I have to give a new option to request-pull to have the diffstat show
up?  I'm using
	git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-misc-3.6

For this specific request pull.

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1)
  2012-10-01 17:57 ` no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1) Greg KH
@ 2012-10-01 18:03   ` Arnd Bergmann
  2012-10-01 18:17     ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2012-10-01 18:03 UTC (permalink / raw)
  To: Greg KH; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, git

On Monday 01 October 2012, Greg KH wrote:
> Wait, what happened to the diffstat?  Does the latest version of git not
> send out the diffstat for 'git request-pull'?  It used to on older
> versions, I just updated the version on my machine that generated this
> to
>         git version 1.7.12.2.421.g261b511
> 
> Do I have to give a new option to request-pull to have the diffstat show
> up?  I'm using
>         git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-misc-3.6
> 
> For this specific request pull.

It looks more like you just sent an empty pull request from v3.6-rc3 to 
v3.6-rc3 (fea7a08acb135).

	Arnd

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1)
  2012-10-01 18:03   ` Arnd Bergmann
@ 2012-10-01 18:17     ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2012-10-01 18:17 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linus Torvalds, Andrew Morton, linux-kernel, git

On Mon, Oct 01, 2012 at 06:03:47PM +0000, Arnd Bergmann wrote:
> On Monday 01 October 2012, Greg KH wrote:
> > Wait, what happened to the diffstat?  Does the latest version of git not
> > send out the diffstat for 'git request-pull'?  It used to on older
> > versions, I just updated the version on my machine that generated this
> > to
> >         git version 1.7.12.2.421.g261b511
> > 
> > Do I have to give a new option to request-pull to have the diffstat show
> > up?  I'm using
> >         git request-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-misc-3.6
> > 
> > For this specific request pull.
> 
> It looks more like you just sent an empty pull request from v3.6-rc3 to 
> v3.6-rc3 (fea7a08acb135).

Ah crap, you are right, totally my fault.

I'll blame it on being Monday morning...

sorry for the noise...

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PATCH] char/misc changes for 3.7-rc1
  2012-10-01 17:54 [GIT PATCH] char/misc changes for 3.7-rc1 Greg KH
  2012-10-01 17:57 ` no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1) Greg KH
@ 2012-10-01 18:19 ` Linus Torvalds
  1 sibling, 0 replies; 5+ messages in thread
From: Linus Torvalds @ 2012-10-01 18:19 UTC (permalink / raw)
  To: Greg KH; +Cc: Andrew Morton, Arnd Bergmann, linux-kernel

On Mon, Oct 1, 2012 at 10:54 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> for you to fetch changes up to fea7a08acb13524b47711625eebea40a0ede69a0:
>
>   Linux 3.6-rc3 (2012-08-22 13:29:06 -0700)

Yeah, I don't think you did that right. I already have 3.6-rc3, thank
you very much.

Can we try that again, please?

           Linus

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-01 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01 17:54 [GIT PATCH] char/misc changes for 3.7-rc1 Greg KH
2012-10-01 17:57 ` no diffstat for 'git request-pull' (was Re: [GIT PATCH] char/misc changes for 3.7-rc1) Greg KH
2012-10-01 18:03   ` Arnd Bergmann
2012-10-01 18:17     ` Greg KH
2012-10-01 18:19 ` [GIT PATCH] char/misc changes for 3.7-rc1 Linus Torvalds

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.