lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 18 Jan 2011 19:53:44 -0800
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Justin Mattock <justinmattock@...il.com>
Cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.38-rc1

On Tue, Jan 18, 2011 at 7:42 PM, Justin Mattock <justinmattock@...il.com> wrote:
>
> wheres the changelog? (gotta narcissistically check to see if I made it
> in)..

I only do changelogs in the email if they are small enough to be
reasonable. -rc1 never is. -rc2 seldom is. Usually it's -rc3 and up.
In this case, even just the shortlog would have been about ten
thousand lines and 480kB, so it really isn't going to fly through lkml
(and nobody would read it all anyway)

But you can get git, and do

   git shortlog v2.6.37..v2.6.38-rc1

to get the shortlog. Or you can download the whole changelog from
kernel.org next to the kernel sources. The git approach is better,
because you can ask for the log for just specific files or
subdirectories that you are interested in, which turns the flood into
something much more manageable.

But, since you asked, we can just do

    git shortlog --author=justin v2.6.37..v2.6.38-rc1

which is appended. Go Justin!

               Linus

PS. No. I will not make personalized shortlogs for everybody who asks.

---
Justin P. Mattock (8):
      staging: Fix typos in rt2860
      spi/dw_spi Typo change diable to disable.
      spi/topcliff: Typo fix threhold to threshold
      media: comment typo fix diable -> disable.
      wireless: comment typo fix diable -> disable.
      m68k: fix comment typo diable -> disable.
      drivers: fix comment typo diable -> disable.
      ppc: fix comment typo singal -> signal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ