From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: tracking a file from another project in my own project Date: Tue, 22 Jan 2008 01:20:41 -0800 Message-ID: <7v7ii2rzbq.fsf@gitster.siamese.dyndns.org> References: <20080122093546.72db8da0@synchrotron-soleil.Fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: picca X-From: git-owner@vger.kernel.org Tue Jan 22 10:21:51 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 1JHFJs-0004fi-6s for gcvg-git-2@gmane.org; Tue, 22 Jan 2008 10:21:24 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755845AbYAVJUy (ORCPT ); Tue, 22 Jan 2008 04:20:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756074AbYAVJUy (ORCPT ); Tue, 22 Jan 2008 04:20:54 -0500 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:63462 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755724AbYAVJUx (ORCPT ); Tue, 22 Jan 2008 04:20:53 -0500 Received: from a-sasl-quonix (localhost [127.0.0.1]) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id 27F8F2AC5; Tue, 22 Jan 2008 04:20:52 -0500 (EST) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.pobox.com (Postfix) with ESMTP id BBDE82AC4; Tue, 22 Jan 2008 04:20:48 -0500 (EST) In-Reply-To: <20080122093546.72db8da0@synchrotron-soleil.Fr> (picca@synchrotron-soleil.Fr's message of "Tue, 22 Jan 2008 09:35:46 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: picca writes: > This way all strbug bugs corrected in git.git will be apply > automatically to my own project. If I were you I'd probably just keep git.git as a submodule in your project and have two symlinks from your toplevel pointing at git.git/strbuf.[ch] (or from src/ to ../git.git/strbuf.[ch]). Or "merge -s subtree".