From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1769 invoked from network); 1 Oct 2007 07:29:27 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Oct 2007 07:29:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 23761 invoked from network); 1 Oct 2007 07:29:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 07:29:21 -0000 Received: (qmail 2514 invoked by alias); 1 Oct 2007 07:29:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23882 Received: (qmail 2499 invoked from network); 1 Oct 2007 07:29:19 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Oct 2007 07:29:19 -0000 Received: (qmail 23453 invoked from network); 1 Oct 2007 07:29:19 -0000 Received: from wx-out-0506.google.com (66.249.82.235) by a.mx.sunsite.dk with SMTP; 1 Oct 2007 07:29:13 -0000 Received: by wx-out-0506.google.com with SMTP id h27so3017571wxd for ; Mon, 01 Oct 2007 00:29:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=R6w+I/2PSL8HalMdyNeJmg9sxpacfKwAHZzkG+5dp3w=; b=dSgHXsu0nZyd5KUPS1glCkPrgOqYAofumFUXv0P5MBaPPyWEvwEnd/bOaNxH8QGiRPgbOmeVxhYaRpxaIsqa8I+LRsOg0t8IbORNEdQdcBliDE8aBbhsukavVhVsUve2Nl9IigpwYo4mcCUMPQXpVloUl5+CAdcedsduCuwOg4M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FaRSd9lRia2/v1vkgyJx1iVOoBrRBf9N4QQP4bFsgnPtkVD7hp/oL3TWVbat7zpcu2r/k7e9p+TE8WFhhtaJM5i0avAjOQZCHgqCj0pI4z9OEnigLE6X8BtFqLaeQR7qvSvdGfHHS3GdiBElAy7fJe+T5/nmWqvTOnA/+0jMy8o= Received: by 10.90.113.18 with SMTP id l18mr4990491agc.1191223751121; Mon, 01 Oct 2007 00:29:11 -0700 (PDT) Received: by 10.90.93.19 with HTTP; Mon, 1 Oct 2007 00:29:11 -0700 (PDT) Message-ID: Date: Mon, 1 Oct 2007 09:29:11 +0200 From: "Nikolai Weibull" Sender: nikolai.weibull@gmail.com To: zsh-workers@sunsite.dk Subject: Re: PATCH: _git space pollution In-Reply-To: <20070930111226.GA17907@scowler.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070930111226.GA17907@scowler.net> X-Google-Sender-Auth: 3c7bc5c58ffe3d71 On 9/30/07, Clint Adams wrote: > I would say that all the globally-declared parameters should be prefixed > with _git to avoid namespace pollution, but really they shouldn't be in > the global space at all. Hm, I thought "declare -g" made them global "in this file only". nikolai