Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62160 invoked from network); 19 Mar 2012 18:34:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 18:34:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:38508] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/60-59625-13C776F4 for ; Mon, 19 Mar 2012 13:34:25 -0500 Received: by werh12 with SMTP id h12so7283137wer.29 for ; Mon, 19 Mar 2012 11:34:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Gi9SYvSeSgh1CPNfz5NJsaa5onI743p0zVgLxx1dFEc=; b=lHcAikBV3PsVBH+5J0WPEetcbLl7LTLjMBoAzWGRWthbLotHj5u/aeEWdSI0T3LF+f YERt2Xt6fprBZ+uUQxCddFnjAieevPdJRrpvcuJ4QiIcAe5pvFUiMnpvoRoAuJDUZi9K liFG+Y4w0nbfjaRf+dQ7AbhXutNuUvommvXSLwdCY+Di69X40wfROW6qbeuPlChxG3qW eqfiA4UVk+Ex2i8Wt5VeZcZBc9I9YI7ohoe/dGM9raYckOay9yczpyvwUhOEB8qY4/by d8UxCX1l7FcjDooFA/JjEDqWnR8qDJWvpilfMqb7c+LnvCXpuUsIqiKMq/oikxxAf015 PXEg== MIME-Version: 1.0 Received: by 10.216.136.157 with SMTP id w29mr7851108wei.23.1332182062300; Mon, 19 Mar 2012 11:34:22 -0700 (PDT) Received: by 10.223.116.141 with HTTP; Mon, 19 Mar 2012 11:34:22 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Mar 2012 11:34:22 -0700 Message-ID: To: David Soria Parra Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6d63eba997cb004bb9ccec3 Subject: Re: [PHP-DEV] php-src is now on git From: kris.craig@gmail.com (Kris Craig) --0016e6d63eba997cb004bb9ccec3 Content-Type: text/plain; charset=ISO-8859-1 Also, On Mon, Mar 19, 2012 at 11:21 AM, Kris Craig wrote: > Hey, > > > On Mon, Mar 19, 2012 at 8:24 AM, David Soria Parra wrote: > >> Hi Internals, >> >> The initial migration is done and initial testing was successful. >> >> http://git.php.net/?p=php-src.git;a=summary >> http://github.com/php/php-src >> >> Please note that some branches and tags were renamed to make >> the repository cleaner. >> >> Please checkout the repository and play around. I have created >> a workflow wiki page at https://wiki.php.net/vcs/gitworkflow. >> There is also an FAQ at https://wiki.php.net/vcs/gitfaq. >> >> If you have questions about the workflow or problems let me know. >> General git questions should be asked in the appropriate IRC channels >> and mailinglists. >> >> David >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > Could we modify the workflow to recommend using the "--no-ff" switch when > merging in a feature branch? This is by and large the recommended approach > as it preserves the feature branch's commit history, making it *much*easier to sort through complex features that contain numerous commits. > > --Kris > > I noticed that the workflow page recommends using the SSH URL for cloning. However, isn't that one much more limited access? I.e. for myself at least, it just prompts for a password (presumably for the SSH "git" user) which of course I don't have. Is there a reason why that's recommended or is it just a typo? If the latter, I'd be inclined to change it to the SSL (i.e. https) URL (which the FAQ recommends for clone/push and utilizes php.net credentials) to minimize confusion. --Kris --0016e6d63eba997cb004bb9ccec3--