Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 85AC2431FC2 for ; Thu, 8 May 2014 19:56:42 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qDXcWvNJzBOr for ; Thu, 8 May 2014 19:56:38 -0700 (PDT) Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com [209.85.160.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 5DB1C431FAE for ; Thu, 8 May 2014 19:56:33 -0700 (PDT) Received: by mail-yk0-f173.google.com with SMTP id 142so2971077ykq.18 for ; Thu, 08 May 2014 19:56:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :content-type:content-transfer-encoding; bh=AvIhCzPMS36pjPShPg6ZgN1IoB+J/Jk2TZKruYJem6w=; b=mC3wDh62CrySBdutVvUas5rUfecG5F0oNld+8E0EZvDzOio3Tgku/4nT98uI6ti0zB pmAR2IeXgKDtjV381YOLHCkp95MGHfv7u365jJsmX2q6AoinDydHKOooIkHVIUX4x66+ JBzXKFpw8ZtHREY6lfiSZFUxZXq6mY4QPd/AiXOkPm+9xY0CvothTEu0qGR/azq3la0s xon0NkaGI1EJJSpPq3fMUZGOsQSErl/1l3i92c3pBsKzCklCGhQWpq+KBn9gd9rcl2ta ZYeNszT2OaYYv/i2gHPpOxkingFBKxzDcUYibYkkgp6RKlQRFslXZVRlH646PmOT+FMO Uf5g== X-Received: by 10.236.209.68 with SMTP id r44mr1564604yho.152.1399604192855; Thu, 08 May 2014 19:56:32 -0700 (PDT) Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) by mx.google.com with ESMTPSA id t32sm4264062yhp.48.2014.05.08.19.56.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 May 2014 19:56:31 -0700 (PDT) Date: Thu, 08 May 2014 21:45:43 -0500 From: Felipe Contreras To: guyzmo , notmuch@notmuchmail.org Message-ID: <536c41573d9fc_741a161d3104c@nysa.notmuch> In-Reply-To: <20140508212100.GD23124@vilya.m0g.net> References: <87iopgkaiz.fsf@nikula.org> <20140508101325.GC23124@vilya.m0g.net> <20140508203019.GA2374@chitra.no-ip.org> <20140508212100.GD23124@vilya.m0g.net> Subject: Re: Github? Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 02:56:42 -0000 guyzmo wrote: > do you know about git submodules? It's actually there to be able to > track changes on remote repositories that are closely related, > while keeping a sane separation. Git sumobules are more like a hack than an integral part of Git. I personally avoid them like the plague. Source: I'm a Git developer. -- Felipe Contreras