Return-Path: Delivered-To: apmail-infrastructure-dev-archive@minotaur.apache.org Received: (qmail 64038 invoked from network); 19 Oct 2010 03:51:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 03:51:53 -0000 Received: (qmail 30222 invoked by uid 500); 19 Oct 2010 03:51:52 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 30036 invoked by uid 500); 19 Oct 2010 03:51:50 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 30028 invoked by uid 99); 19 Oct 2010 03:51:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 03:51:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul@querna.org designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 03:51:42 +0000 Received: by wwb18 with SMTP id 18so1121293wwb.5 for ; Mon, 18 Oct 2010 20:51:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.153.147 with SMTP id f19mr2383382wek.40.1287460273476; Mon, 18 Oct 2010 20:51:13 -0700 (PDT) Received: by 10.216.231.228 with HTTP; Mon, 18 Oct 2010 20:51:13 -0700 (PDT) Date: Mon, 18 Oct 2010 20:51:13 -0700 Message-ID: Subject: Lessons from PostgreSQL's Git transition From: Paul Querna To: infrastructure-dev@apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Interesting info on their transition to git, specifically how they do not allow merge commits: Took them over 3 years, and lots of lessons we should all be aware of....