Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59165 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44570 invoked from network); 26 Mar 2012 14:22:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2012 14:22:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:63369] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/14-17553-1BB707F4 for ; Mon, 26 Mar 2012 09:22:42 -0500 Received: by vcbfo14 with SMTP id fo14so5096430vcb.29 for ; Mon, 26 Mar 2012 07:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=+m9P5iibTG1kWI3vy9ugbAJ6nn1nUmagqmB9OblyEvY=; b=JIf1jcjIdBsMxTCGdMJNPNcubFeqSifmiIGrUDsL83AdN59bf94w0aDa+Kkq/kZUXl cm0ShYkxVbZWTxXSrpZ1m2zJwVrpxa85xT6AELCZMQiMvZP6enxsyJkPcR2ihGxRmsuM /RVeusKwgXgVuVw53SSgcgOFcOAxSbLu9uLPs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=+m9P5iibTG1kWI3vy9ugbAJ6nn1nUmagqmB9OblyEvY=; b=gGIHr9jFlcR03QpJY4yZaET8TLsKnj7esxA23KVHZ9qYjM6S2yXMpYvR1uHiflKODU I0yri4+fljT1qcRq5ky9IGsgiPu378SMCP6CtM0AAj717LQ+J7i9p8wd1sY4fB8tLhm2 oxa6t7wrcDlFQHRMxKHzV+onC6XRKAFGRqcpzyn2LUYjmr3+yDBIiQLhrjxx80l0RpY1 /xTpd7q524JMnEs3d+Yir8BVCk6ojQ3mm5K0AIy+uoEfo3WmrVuXrxZz+oMODSfbalJ7 2VoOyDBAyeEcR95jSiPoxP7cefqGAZl+y+oLzDhJ8tLv7WCaIlUWeb0B+uj+3qzWXJIH WaSw== Received: by 10.52.21.51 with SMTP id s19mr8522227vde.35.1332771758865; Mon, 26 Mar 2012 07:22:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.224.202 with HTTP; Mon, 26 Mar 2012 07:22:18 -0700 (PDT) In-Reply-To: <07.33.17553.339707F4@pb1.pair.com> References: <07.33.17553.339707F4@pb1.pair.com> Date: Mon, 26 Mar 2012 15:22:18 +0100 Message-ID: To: "Matthew Weier O'Phinney" Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf307abe2540fd4d04bc261b27 X-Gm-Message-State: ALoCoQnWbMWWzV8MQsSE0mJK2y8XxWLMFkU5WvLFe16cpgXtCY+7w61pFTTznaFc2V85UR9ppvIF Subject: Re: [PHP-DEV] Re: Adopt GitFlow process From: kiall@managedit.ie (Kiall Mac Innes) --20cf307abe2540fd4d04bc261b27 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Mar 26, 2012 at 3:12 PM, Matthew Weier O'Phinney < weierophinney@php.net> wrote: > > One thing I'll point out is that git-flow is a set of extensions and > aliases for > the git CLI. I don't believe that is entirely accurate. git-flow is two things, both sharing a single name. git-flow is a process that describes a branching model for Git projects. And.. git-flow is also the name of an optional utility that implements the git-flow process as a set of Git CLI extensions.. Thanks, Kiall --20cf307abe2540fd4d04bc261b27--