From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff King Subject: Re: [PATCH v2] git-submodule add: Add -r/--record option. Date: Mon, 29 Oct 2012 18:27:59 -0400 Message-ID: <20121029222759.GI20513@sigill.intra.peff.net> References: <20121028223431.GF26675@odin.tremily.us> <20121029053401.GB30186@sigill.intra.peff.net> <20121029104544.GA2424@odin.tremily.us> <20121029105855.GA15075@sigill.intra.peff.net> <20121029112945.GD2424@odin.tremily.us> <20121029114310.GA16046@sigill.intra.peff.net> <20121029213652.GC20513@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: "W. Trevor King" , Shawn Pearce , Jens Lehmann , Git , Nahor To: Phil Hord X-From: git-owner@vger.kernel.org Mon Oct 29 23:28:17 2012 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 1TSxof-0007Eq-9d for gcvg-git-2@plane.gmane.org; Mon, 29 Oct 2012 23:28:17 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755433Ab2J2W2E (ORCPT ); Mon, 29 Oct 2012 18:28:04 -0400 Received: from 75-15-5-89.uvs.iplsin.sbcglobal.net ([75.15.5.89]:43146 "EHLO peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755328Ab2J2W2C (ORCPT ); Mon, 29 Oct 2012 18:28:02 -0400 Received: (qmail 24781 invoked by uid 107); 29 Oct 2012 22:28:43 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) (smtp-auth username relayok, mechanism cram-md5) by peff.net (qpsmtpd/0.84) with ESMTPA; Mon, 29 Oct 2012 18:28:43 -0400 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Mon, 29 Oct 2012 18:27:59 -0400 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, Oct 29, 2012 at 06:21:08PM -0400, Phil Hord wrote: > > Maybe instead of blindly converting config into the environment, it > > should forward or clear specific known-meaning config. > > Well, that's where we started. I was aiming for the more generic > "never needs updating" direction. Then I think you are probably stuck taking the conservative approach of not propagating recursively. -Peff