From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Make use of stat.ctime configurable Date: Sun, 27 Jul 2008 12:46:15 -0700 Message-ID: <7v3alv156g.fsf@gitster.siamese.dyndns.org> References: <20080722193901.GA5113@blimp.local> <20080722203128.GB5113@blimp.local> <7vr69lihkt.fsf@gitster.siamese.dyndns.org> <20080723164614.GB5283@blimp.local> <20080723191647.GF5283@blimp.local> <20080725055547.GA3699@blimp.local> <20080726153802.GA16868@blimp.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Johannes Schindelin , Linus Torvalds , Johannes Sixt , git@vger.kernel.org To: Alex Riesen X-From: git-owner@vger.kernel.org Sun Jul 27 21:47:41 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 1KNCDI-0002Um-DX for gcvg-git-2@gmane.org; Sun, 27 Jul 2008 21:47:28 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757633AbYG0Tq1 (ORCPT ); Sun, 27 Jul 2008 15:46:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757593AbYG0Tq1 (ORCPT ); Sun, 27 Jul 2008 15:46:27 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:64223 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757490AbYG0Tq0 (ORCPT ); Sun, 27 Jul 2008 15:46:26 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 4164B3E70D; Sun, 27 Jul 2008 15:46:24 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 93C223E70C; Sun, 27 Jul 2008 15:46:18 -0400 (EDT) In-Reply-To: <20080726153802.GA16868@blimp.local> (Alex Riesen's message of "Sat, 26 Jul 2008 17:38:02 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: B1C4DFC8-5C14-11DD-88CB-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Alex Riesen writes: > because there are situations where it produces too much false > positives. Like when file system crawlers keep changing it when > scanning and using the ctime for marking scanned files. This justification is good and I am very inclined to advocate for its inclusion in 1.6.0, but any new configuration needs to be in the documentation. It appears there is "gui.trustmtime"; shouldn't this be called "core.trustctime" or something?