From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Pitre Subject: Re: Git tree for old kernels Date: Mon, 20 Aug 2007 13:40:52 -0400 (EDT) Message-ID: References: <9e4733910707221349s462aa11bj714956f7cdc72aac@mail.gmail.com> <20070820171618.GB9869@filer.fsl.cs.sunysb.edu> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Content-Transfer-Encoding: 7BIT Cc: lkml , Jon Smirl , Git Mailing List To: Josef Sipek X-From: git-owner@vger.kernel.org Mon Aug 20 19:41:05 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1INBFQ-0001Od-8p for gcvg-git@gmane.org; Mon, 20 Aug 2007 19:41:04 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750831AbXHTRlA (ORCPT ); Mon, 20 Aug 2007 13:41:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750759AbXHTRlA (ORCPT ); Mon, 20 Aug 2007 13:41:00 -0400 Received: from relais.videotron.ca ([24.201.245.36]:41445 "EHLO relais.videotron.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750724AbXHTRk7 (ORCPT ); Mon, 20 Aug 2007 13:40:59 -0400 Received: from xanadu.home ([74.56.106.175]) by VL-MH-MR002.ip.videotron.ca (Sun Java System Messaging Server 6.2-2.05 (built Apr 28 2005)) with ESMTP id <0JN300M1O2G4NLU0@VL-MH-MR002.ip.videotron.ca>; Mon, 20 Aug 2007 13:40:53 -0400 (EDT) In-reply-to: <20070820171618.GB9869@filer.fsl.cs.sunysb.edu> X-X-Sender: nico@xanadu.home Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, 20 Aug 2007, Josef Sipek wrote: > On Sun, Aug 19, 2007 at 03:24:56PM -0400, Nicolas Pitre wrote: > > On Sun, 22 Jul 2007, Jon Smirl wrote: > > > > > Continuing on with kernel archeology for embedded systems, any > > > interest in making a git tree with all of the kernel versions from the > > > beginning up to the start of the current git tree? > > > > I just put the archive I've gathered so far in a Git tree on kernel.org: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/nico/archive.git > > > > It is also available through gitweb from: > > > > http://git.kernel.org/?p=linux/kernel/git/nico/archive.git > > I don't mean to nit-pick but, would it be possible to have the timestamps > for the commits closer to the release dates? Well, the author timestamp already is, based on the date of the announcement message used for the commit log, including the timezone. If you find errors in those please tell me. The commit timestamp, however, is the time when _I_ created the repository, hence it should not be that interesting. > I must say, impressive work. Thanks! Nicolas