Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72694 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60005 invoked from network); 19 Feb 2014 07:53:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2014 07:53:36 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qc0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:49710] helo=mail-qc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/B2-37047-DF264035 for ; Wed, 19 Feb 2014 02:53:34 -0500 Received: by mail-qc0-f170.google.com with SMTP id e9so37686qcy.1 for ; Tue, 18 Feb 2014 23:53:31 -0800 (PST) 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=c7k6qtBjQ/eXKEcYIZZR85eqXdgt48CzSSP9d0Fe61o=; b=C38fmRZTEiO029gpipv/NCPZdEMGXwYk7e229t8SAG++oqygUsWIp4sOhVjIeGS2AH gw8gwZIh6RrA1rLCqbvMGGdpr5MpF0yTn/V7IFYG6nZZuecMKLCIIjnSI6M8lUZRVLqi 1OGxIUqg7ZhLSOHcUsfzcEA9sPM46IpmURL/Dt7j42KCI1k4/xHoXdCNb4ciPjyGs6ok zN/44EeMk2DABaZ09EWNjc4UvNjagciM9egBRf41cPVgJVijA1WhN8a7G02zrBjI/xcM yuqqFYgyw0QSEsVEL6Gk6zSZ/fonFC5zKQF21iowjYVChiXUJZExUMY6FQDkwOeo91mn Ck0Q== MIME-Version: 1.0 X-Received: by 10.140.27.179 with SMTP id 48mr45609217qgx.18.1392796411559; Tue, 18 Feb 2014 23:53:31 -0800 (PST) Received: by 10.140.96.70 with HTTP; Tue, 18 Feb 2014 23:53:31 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Feb 2014 08:53:31 +0100 Message-ID: To: Daniel Lowrey Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c004345b063504f2bdaf1b Subject: Re: [PHP-DEV] Please fix my git screw up From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c004345b063504f2bdaf1b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Feb 19, 2014 at 3:58 AM, Daniel Lowrey wrote: > This is embarrassing ... > > So I made the mistake of git pull on each branch (5.4/5/6/master) (withou= t > --rebase) before pushing a small update tonight. So when I merged each > branch the merge commits from my pulls went into each branch when I pushe= d. > > Basically I've spent a couple of hours trying to fix the problem with git > revert but it's extremely tedious and I seem to have made the problem > worse. Can someone with the appropriate karma please delete each of my > commits on 5.4, 5.5, 5.6 and master from Feb 18, 2014? It has turned into= a > nightmare trying to fix this without rewriting history. > > Sorry -- it won't happen again :/ > Hi, Sure, I just git reset'ed each branch to the last commit before your merges= . Yeah, not allowing forced pushes means that not everybody can fix screwups like this easily, but on the other side not everybody can risk losing history from the repo if he/she screws up even more. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c004345b063504f2bdaf1b--