Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59059 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90612 invoked from network); 19 Mar 2012 20:31:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 20:31:24 -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 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:55293] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/F0-19822-B97976F4 for ; Mon, 19 Mar 2012 15:31:24 -0500 Received: by wibhr14 with SMTP id hr14so3949648wib.11 for ; Mon, 19 Mar 2012 13:31:20 -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=UNxWa/qLotYM20YPYC7UeIOLTclyO1UhzBfqkDWPg5I=; b=IPC9zjog+QINkq5SyuwCPQ1q2F44LTlEdhyokbR+8CNOTvNhzToFTVa36NE8V9voC+ 6wr9+iDfOXdn2OpCLIdI/3DYdzJWxTXFGzHvAYgoRO1NzBh5Ok9Gl+Ovd/RK8tGZmLQs AZliPuzL0Txi0BaD4CGyywCfJdHScVYZhoglDJvNte8/oiUOV5LBusAce9Su5o0BVNUk 7U6Gko256/I9tU/D7ya5iUzoR6za+Agmj1sH6p4e0RiTzDE3Yzuz5+MYfnshoeUk5J2H 5iGCsDD4QxM4jdeJSTIde2BMPqFB7HxT3/WsSN7wT0FqmypCV2c7Qnj5YrLlMpj1oND0 4/8w== MIME-Version: 1.0 Received: by 10.180.73.143 with SMTP id l15mr22636193wiv.11.1332189080402; Mon, 19 Mar 2012 13:31:20 -0700 (PDT) Received: by 10.223.116.141 with HTTP; Mon, 19 Mar 2012 13:31:20 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Mar 2012 13:31:20 -0700 Message-ID: To: Simon Schick Cc: David Soria Parra , internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043c06bce9392204bb9e70af Subject: Re: [PHP-DEV] php-src is now on git From: kris.craig@gmail.com (Kris Craig) --f46d043c06bce9392204bb9e70af Content-Type: text/plain; charset=ISO-8859-1 On Mon, Mar 19, 2012 at 1:16 PM, Simon Schick wrote: > 2012/3/19 Kris Craig : > > Simon, > > > > Yes that's a great recommendation and it should definitely be included > > IMHO! However, the merge.ff option is relatively new and is not > available > > in many older Git clients that are still in use. So the --no-ff tag will > > still probably be necessary for some people. Perhaps we should recommend > > both, or would that make things too confusing? > > > > --Kris > > > > Hi, Kris > > Don't really know ... Do you know which version of GIT is the first > who implements this feature? Would it be a problem to require an > update or the people should find their own solution? > I think that people who don't know much about GIT or are just starting > with GIT should be fine with that as they haven't done much with that > or just installed the latest version. > The only problem I can see here is that some linux-distributions > (Debian for example) tends to keep old versions in their repositories > ;) Anyways ... > I think it would be max-information to link the > stackoverflow-discussion there if someone has a question to that. But > this (of course) has to be describe it in a easy understandable way :) > and I think that's the most dificult part. > > Bye > Simon > I don't know off the top of my head which version it was implemented in, but I'm pretty sure it was relatively recent. Here's what I wound-up doing: The merge entries on the workflow page now contain "--no-ff" and I added an entry to the FAQ about the merge.ff option available in newer clients. This way we should be covered either way. =) --Kris --f46d043c06bce9392204bb9e70af--