Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87415 invoked from network); 19 Mar 2012 20:16:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2012 20:16:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=simonsimcity@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=simonsimcity@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: simonsimcity@googlemail.com X-Host-Fingerprint: 209.85.160.170 mail-gy0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:40468] helo=mail-gy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/50-19822-D04976F4 for ; Mon, 19 Mar 2012 15:16:13 -0500 Received: by ghbg2 with SMTP id g2so6594229ghb.29 for ; Mon, 19 Mar 2012 13:16:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=JHolj7T2xUVgIENpeoXRQUO0fLo06LyBxFmxjCwuQq0=; b=N8fi+kPgO5HfdaLpzx/6Icrg1066UT4EDSZlz9H2nzgNr7XwuTKFEKH9DMrndPiNxJ PqDITY+IRgLn0rwGEfK0YjClekUBuxl4dJyvzlG/NB9ZnwP1/ApkHQr4AA+857U9eWiU iGup1rgoQln007tKbFWPbl66B2XK3+Dj0osjzE5OgPuzTWUN3WMoQKq1VJRhxuHCklIg Wvj4UnEG+ZCVwJhQzOqefj5g1DE06KsN/tYdI5p4oO0d6Sbv4IoBu1/b7gM/sa2nSSq9 N86SVqv/jI2pbDJdhJ+9VfnbXTsrFiElG+9S1atISWLKcHACASNCZ2ltmZi9wXFKAtMW kIkw== MIME-Version: 1.0 Received: by 10.60.28.137 with SMTP id b9mr14947336oeh.57.1332188170404; Mon, 19 Mar 2012 13:16:10 -0700 (PDT) Received: by 10.60.18.162 with HTTP; Mon, 19 Mar 2012 13:16:10 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Mar 2012 21:16:10 +0100 Message-ID: To: Kris Craig Cc: David Soria Parra , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] php-src is now on git From: simonsimcity@googlemail.com (Simon Schick) 2012/3/19 Kris Craig : > Simon, > > Yes that's a great recommendation and it should definitely be included > IMHO!=C2=A0 However, the merge.ff option is relatively new and is not ava= ilable > in many older Git clients that are still in use.=C2=A0 So the --no-ff tag= will > still probably be necessary for some people.=C2=A0 Perhaps we should reco= mmend > 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