From dev-return-21153-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue Feb 28 08:14:21 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D6599339 for ; Tue, 28 Feb 2012 08:14:21 +0000 (UTC) Received: (qmail 46997 invoked by uid 500); 28 Feb 2012 08:14:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 46898 invoked by uid 500); 28 Feb 2012 08:14:19 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 46882 invoked by uid 99); 28 Feb 2012 08:14:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 08:14:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 08:14:11 +0000 Received: by vbih1 with SMTP id h1so3229234vbi.11 for ; Tue, 28 Feb 2012 00:13:50 -0800 (PST) Received-SPF: pass (google.com: domain of jhs@iriscouch.com designates 10.52.25.107 as permitted sender) client-ip=10.52.25.107; Authentication-Results: mr.google.com; spf=pass (google.com: domain of jhs@iriscouch.com designates 10.52.25.107 as permitted sender) smtp.mail=jhs@iriscouch.com Received: from mr.google.com ([10.52.25.107]) by 10.52.25.107 with SMTP id b11mr11314252vdg.37.1330416830215 (num_hops = 1); Tue, 28 Feb 2012 00:13:50 -0800 (PST) Received: by 10.52.25.107 with SMTP id b11mr9330060vdg.37.1330416830143; Tue, 28 Feb 2012 00:13:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.106.130 with HTTP; Tue, 28 Feb 2012 00:13:30 -0800 (PST) In-Reply-To: References: From: Jason Smith Date: Tue, 28 Feb 2012 08:13:30 +0000 Message-ID: Subject: Re: Managing Git identities? To: dev@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk/dc/yTwg/1duUaRyYrQaOsWKDNgnTdHBfuUg04JVSsUkv4l+ptEiWVqqHuVAhWOmjd6PP X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Feb 28, 2012 at 5:02 AM, Robert Newson wrote: > for my part, I don't set user.email in my global .gitconfig because > I've often committed with the wrong address. Leaving it undefined then > gives you a warning when you commit. I then set the right local value > and --amend --reset-author. Pretty sure our apache repo insists on > apache.org addresses too. Whoa. Adopted. Thanks. -- Iris Couch