From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Wong Subject: Re: rebase: strange failures to apply patc 3-way Date: Mon, 11 Mar 2013 18:54:15 -0400 Message-ID: References: <7A483B92-D671-46CA-9EFD-83C6F4C97B5E@quendi.de> <494292C5-EBD9-487B-8846-9D9DD23ACB83@quendi.de> <205D17C4-F737-46E9-BC48-D16D5948C707@quendi.de> <3B5EA38E-9603-4321-AA3C-74354BBC8BFC@quendi.de> <513B8037.7060107@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: "git@vger.kernel.org" To: Max Horn X-From: git-owner@vger.kernel.org Mon Mar 11 23:54:43 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UFBcB-00030q-35 for gcvg-git-2@plane.gmane.org; Mon, 11 Mar 2013 23:54:43 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754172Ab3CKWyR (ORCPT ); Mon, 11 Mar 2013 18:54:17 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:61819 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752994Ab3CKWyQ (ORCPT ); Mon, 11 Mar 2013 18:54:16 -0400 Received: by mail-wi0-f171.google.com with SMTP id hn17so1383487wib.16 for ; Mon, 11 Mar 2013 15:54:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=BScKGnTSocHQnIeuXMJh8fZXEDdb6SHrv2odqf51ztQ=; b=R8wo4uOFClaUNkfmRyrfgwbESzp6IFK+P8hawsYsdL4lIiczsW3QdgozC8SKu+rdeJ O2JJ2wXDQscm7k63ItL7ai2kOoPKMXYrsj5M9JxVd1HoPamgQVzYEe4WCYQiZHfbNxKS FeI3KiQ5rK+WzamB4tBkmsAAcgkLDldugh+moKNUhc7bWo1a/EuH+yb2lyehvQ2o03aa J0KcdsppSFCZULMsY1D/BHEVqKtxpDJSI8ETNGGsDbwga9kha1x1A6VXQgCD+WfwwbOX zXTNDYxI2hWKtkSyH8wD+wL4knKpPRM6NurxrXg3puCn9t90IIMC412G14s5f76oXE4B 4w7g== X-Received: by 10.194.122.131 with SMTP id ls3mr22565085wjb.55.1363042455365; Mon, 11 Mar 2013 15:54:15 -0700 (PDT) Received: by 10.194.138.107 with HTTP; Mon, 11 Mar 2013 15:54:15 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 3/11/13, Max Horn wrote: > Looking at the git config man page to check what each of my config settings > does, I discovered "trustctime". And adding > trustctime = false > to .git/config made the rebase work, every single time. Huh. > > > Adding this to the fact that a clone works fine, I wonder if something *is* > touching my files, but just in that directory. But what could it be? One > nagging suspicion is the "file versioning" feature Apple introduced as part > of Time Machine in OS X 10.7; it's kind of a "version control system for > n00bs" for arbitrary documents. It has caused me some pain in the past. > > But I just re-checked, and problematic repos is explicitly on the Time > Machine exclusion list. I also used the "tmutil isexcluded FILES" to verify > that the problematic files are really on the TM exclusion list. Finally, I > moved the one of the repos subdirectory containing most of the problematic > files, and then run "git checkout". In other instances, this sufficed to > "disassociate" a file from an unwanted TM version history. But doing that > had no effect here, i.e. also with the freshly regenerated files, the > problems appear. Would you be able to turn off Time Machine completely and do a few tests? If it does works, then it becomes a matter of fixing Time Machine...