Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59205 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3072 invoked from network); 29 Mar 2012 15:41:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Mar 2012 15:41:56 -0000 Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.170 as permitted sender) X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:44031] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/F6-59498-2C2847F4 for ; Thu, 29 Mar 2012 10:41:55 -0500 Received: by eaao10 with SMTP id o10so1142753eaa.29 for ; Thu, 29 Mar 2012 08:41:51 -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:content-transfer-encoding; bh=Z3ywTFDkYpgF7ihSlh9QcsiL+nkoMF6yo1t58H2e4vo=; b=bi/tpUZBEW+trBGXBVcNVjot819BDQzZPHo1l6fMvlJcitAoyv3ECu7BwaKck325qy u6KXPFhM9tYO5CkMvnHJCZal5pqWnn3DPaYa4uuUHCrDteYh/m+SI2pAsEK8+8AjGcPu G8nVU9+AS7CojWqg8Pv+5XYw5IEMZGfEB6KalihzWpafltrqx+KWj9uypkYPcWfDra5s 43JEN9HOoA51jdRLYt1aAn/a+chOmHWbdYruwecJSIqgYGBL6fEJw7SHTizgwxdixwea oK3glRlZeORoISltkKKqGoqjUq+Cfq01CR+PQsbaBpLvA8rha8G5uZ1vjB7HoEpAd+5X TK5Q== MIME-Version: 1.0 Received: by 10.152.112.100 with SMTP id ip4mr28255913lab.1.1333035711287; Thu, 29 Mar 2012 08:41:51 -0700 (PDT) Received: by 10.152.114.5 with HTTP; Thu, 29 Mar 2012 08:41:51 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Mar 2012 18:41:51 +0300 Message-ID: To: Gustavo Lopes Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Got a git merge conflict in main/output.c From: mapopa@gmail.com (marius adrian popa) On Thu, Mar 29, 2012 at 6:14 PM, Gustavo Lopes wro= te: > On Thu, 29 Mar 2012 17:06:57 +0200, marius adrian popa > wrote: > >> I try to push a bug fix =A0https://bugs.php.net/bug.php?id=3D60947 for p= hp >> into 5.4 and trunk >> >> git merge --no-ff --log PHP-5.3 >> Auto-merging main/output.c >> CONFLICT (content): Merge conflict in main/output.c >> Automatic merge failed; fix conflicts and then commit the result. >> > > The 5.3 specific commit was left unmerged for a while, but it's already b= een > merged (since 67bf07f). You likely forgot to pull. Do git fetch origin, g= o > back to 5.3, rebase onto origin/PHP-5.3 (git rebase origin/PHP-5.3) and t= hen > resume merging upwards (not forgetting to, before the merge, pull or merg= e > 5.4 and master with origin/PHP-5.4 or origin/master). Thanks that is solved now , but now seems that i need more karma for the ext/interbase/pdo_firebird folder git push origin remote: Welcome mariuz. remote: You have insufficient Karma! remote: I'm sorry, I cannot allow you to write to remote: php-src.git/ext/interbase/ibase_service.c remote: Have a nice day. To git@git.php.net:php-src.git ! [remote rejected] PHP-5.3 -> PHP-5.3 (pre-receive hook declined) ! [remote rejected] PHP-5.4 -> PHP-5.4 (pre-receive hook declined) ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'git@git.php.net:php-src.git' > > -- > Gustavo Lopes > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >