From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: full kernel history, in patchset format Date: Sat, 16 Apr 2005 12:44:36 -0700 Message-ID: <7vy8bi5wwr.fsf@assigned-by-dhcp.cox.net> References: <20050416131528.GB19908@elte.hu> <7vmzry7ev5.fsf@assigned-by-dhcp.cox.net> <42615B00.6090106@timesys.com> <7v8y3i7cn9.fsf@assigned-by-dhcp.cox.net> <20050416162632.GA3309@64m.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Mike Taht , git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Apr 16 21:41:10 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DMtA2-0000uR-7J for gcvg-git@gmane.org; Sat, 16 Apr 2005 21:40:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262745AbVDPToj (ORCPT ); Sat, 16 Apr 2005 15:44:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262746AbVDPToj (ORCPT ); Sat, 16 Apr 2005 15:44:39 -0400 Received: from fed1rmmtao05.cox.net ([68.230.241.34]:24461 "EHLO fed1rmmtao05.cox.net") by vger.kernel.org with ESMTP id S262745AbVDPToi (ORCPT ); Sat, 16 Apr 2005 15:44:38 -0400 Received: from assigned-by-dhcp.cox.net ([68.4.60.172]) by fed1rmmtao05.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050416194436.YLSR7956.fed1rmmtao05.cox.net@assigned-by-dhcp.cox.net>; Sat, 16 Apr 2005 15:44:36 -0400 To: Christopher Li In-Reply-To: <20050416162632.GA3309@64m.dyndns.org> (Christopher Li's message of "Sat, 16 Apr 2005 12:26:32 -0400") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org >>>>> "CL" == Christopher Li writes: CL> I bet 90% of the time people sync to the repository head first CL> want to check out the last bits. And maybe reading some change CL> log to see what is changed. CL> So having all the commit object, the user will able to see CL> what is change and which version he we like to check out. Makes sense.