Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1765079AbXKTXwW (ORCPT ); Tue, 20 Nov 2007 18:52:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764965AbXKTXvp (ORCPT ); Tue, 20 Nov 2007 18:51:45 -0500 Received: from www.tglx.de ([62.245.132.106]:50409 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760782AbXKTXvo (ORCPT ); Tue, 20 Nov 2007 18:51:44 -0500 Date: Wed, 21 Nov 2007 00:50:44 +0100 (CET) From: Thomas Gleixner To: Roland McGrath cc: Andrew Morton , Linus Torvalds , Ingo Molnar , "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 06/18] x86 vDSO: arch/x86/vdso/vdso32 In-Reply-To: <20071120232715.0803426F8BE@magilla.localdomain> Message-ID: References: <20071119215944.01B7C26F8BE@magilla.localdomain> <20071119220425.6002E26F8BE@magilla.localdomain> <20071120205759.3533A26F8BE@magilla.localdomain> <20071120232715.0803426F8BE@magilla.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 775 Lines: 22 On Tue, 20 Nov 2007, Roland McGrath wrote: > > git format-patch -p > > > > does the trick at least here :) > > Ok, I can use that in future. I hope it still means that in the eventual > merged state, GIT will be aware of all the renames. git does not store the "renamed/copied" info at all. That's just an optimization. It does not matter if you use git-mv or just apply a patch which does the same. git figures that out by looking at the changes AFAICT, but not by storing metadata which keeps track of this. Thanks, tglx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/