Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14166 invoked from network); 12 Aug 2011 23:51:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Aug 2011 23:51:25 -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.210.172 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.210.172 mail-iy0-f172.google.com Received: from [209.85.210.172] ([209.85.210.172:55577] helo=mail-iy0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A7/12-33208-B7CB54E4 for ; Fri, 12 Aug 2011 19:51:25 -0400 Received: by iye7 with SMTP id 7so2935689iye.31 for ; Fri, 12 Aug 2011 16:51:21 -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=VsiKI08XC4F1MvGbh60xLqjWkqCT1/CZ9VFCZ4WAnkA=; b=czU7iyfB8+jbPvSt3NBx5i7Hysv7JjjwGq+zWRO7ZHTMSLvuC3IS0CbnP5PpVu1cLH 5OeghIfmapfGYwputePAUpM4hCRYRlQus2tJe9PCdznt7LMsjkOhHON23dygaWSb7ZEG Np2iNdEhL62KdXHyfxE8arUjS/8bhEFAdHpn4= Received: by 10.42.159.1 with SMTP id j1mr1645176icx.347.1313193081071; Fri, 12 Aug 2011 16:51:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.170.1 with HTTP; Fri, 12 Aug 2011 16:51:01 -0700 (PDT) In-Reply-To: <4E45B6A9.9080607@lsces.co.uk> References: <4E3F02E8.2050402@sugarcrm.com> <4E450EB1.6090502@lsces.co.uk> <4E456F2F.7030809@sugarcrm.com> <4E45755F.3020005@lsces.co.uk> <4E4578B6.6050708@sugarcrm.com> <4E45A2BD.7060506@lsces.co.uk> <4E45AFDF.9000001@sugarcrm.com> <4E45B6A9.9080607@lsces.co.uk> Date: Sat, 13 Aug 2011 00:51:01 +0100 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: multipart/alternative; boundary=90e6ba6e88041e69ac04aa579743 Subject: Re: [PHP-DEV] [RFC] Choosing a distributed version control system for PHP (or not). Call for Participation. From: kiall@managedit.ie (Kiall Mac Innes) --90e6ba6e88041e69ac04aa579743 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Sat, Aug 13, 2011 at 12:26 AM, Lester Caine wrote: > Actually they are talking about developing Drupal ... > The Drupal document referenced is not explaining "How to develop Drupal" bu= t rather "How to develop a drupal based site using git". The section titled "Creating a Working Branch"'s introductory sentence reads: Now, you need a branch where you can track not only Drupal core, but also > all of the contributed and custom modules and themes for your site. The "Once you have finished working on your fix or feature, you=92ll need t= o bring those changes from your topic branch back into the main fooproject branch." comment is referring to bringing a fix/feature back into your site's codebase, from a branch of your own codebase. Drupal does have several documents on how to contribute fixes/features to Drupal itself - Here's one of them: http://drupal.org/node/707484 Kiall --90e6ba6e88041e69ac04aa579743--