From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [RFH] revision limiting sometimes ignored Date: Wed, 6 Feb 2008 11:26:50 -0800 (PST) Message-ID: References: <20080203030054.GA18654@coredump.intra.peff.net> <20080203043310.GA5984@coredump.intra.peff.net> <7vr6fsk08w.fsf@gitster.siamese.dyndns.org> <7vir13g9hx.fsf@gitster.siamese.dyndns.org> <20080206164303.GA1255@code-monkey.de> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Johannes Schindelin , Junio C Hamano , Jeff King , Git Mailing List To: Tilman Sauerbeck X-From: git-owner@vger.kernel.org Wed Feb 06 20:28:03 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMpwB-0002Rh-4C for gcvg-git-2@gmane.org; Wed, 06 Feb 2008 20:28:03 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752711AbYBFT1a (ORCPT ); Wed, 6 Feb 2008 14:27:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753192AbYBFT13 (ORCPT ); Wed, 6 Feb 2008 14:27:29 -0500 Received: from smtp2.linux-foundation.org ([207.189.120.14]:40396 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301AbYBFT13 (ORCPT ); Wed, 6 Feb 2008 14:27:29 -0500 Received: from imap1.linux-foundation.org (imap1.linux-foundation.org [207.189.120.55]) by smtp2.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id m16JQrGI011119 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Feb 2008 11:26:59 -0800 Received: from localhost (localhost [127.0.0.1]) by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id m16JQoqi026390; Wed, 6 Feb 2008 11:26:50 -0800 In-Reply-To: <20080206164303.GA1255@code-monkey.de> User-Agent: Alpine 1.00 (LFD 882 2007-12-20) X-Spam-Status: No, hits=-3.215 required=5 tests=AWL,BAYES_00,OSDL_HEADER_SUBJECT_BRACKETED X-Spam-Checker-Version: SpamAssassin 3.1.0-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.53 on 207.189.120.14 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, 6 Feb 2008, Tilman Sauerbeck wrote: > > I'm not sure whether this repository was import from another SCM, but I > doubt it. I'm fairly sure that 3a7340af2bd57488f832d7070b0ce96c4baa6b54 > was created using git commit though. I guess the committer's clock just > was a little late at that point. Heh. I thought it was imported from the outside because the commit log looks so damn nasty. I'm used to projects with good and readable logs, so I associate "native" git repos with logs that actually explain what's going on. But yeah, it looks like your repo is a perfectly native git repo, it just has really sucky log messages. I guess you can create crap logs in any SCM, even if the system is written to encourage good logs ;) Linus