Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68537 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44133 invoked from network); 15 Aug 2013 18:19:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2013 18:19:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=j.boggiano@seld.be; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=j.boggiano@seld.be; sender-id=pass Received-SPF: pass (pb1.pair.com: domain seld.be designates 209.85.215.176 as permitted sender) X-PHP-List-Original-Sender: j.boggiano@seld.be X-Host-Fingerprint: 209.85.215.176 mail-ea0-f176.google.com Received: from [209.85.215.176] ([209.85.215.176:53059] helo=mail-ea0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/47-06453-EAB1D025 for ; Thu, 15 Aug 2013 14:19:26 -0400 Received: by mail-ea0-f176.google.com with SMTP id q16so522290ead.7 for ; Thu, 15 Aug 2013 11:19:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Zw6s3TlvGSY5M8vLTBpn3xmZxWJ5TcqfjLGyxD87xFg=; b=UXn/ehLAv4FsX3Ejg5BvBi1QWImdjW/Ru/kSA+vDjDnUqk5KlJ7q6Zl4lhY5Uj2lIk Q141gJNAMkwfkjwty87K/KiANChZvYInxMTq3qgt6hI+jIT+K8wt7QwbkJt+nlzQF0G/ 4Ejg8Nu5vrCuBE6wBMcz+PqjjS3DlCXVHK4KmPGK3G3LVKIfjtRSEEL1b+DoJav153E2 mKlTHn9qnfuq3SHSXv4tjuacWoJXjg2xRqWufd5PJyEX0aExtrifrfp2QfXfQqckNV0B wAsWX1e9JZTg3x3by5CpAwBH+jQlu4yp1G2Kaq/aPAc1mlFSy8U2KlxLNgF2Ryh2y8Vs upXA== X-Gm-Message-State: ALoCoQkJ8kEfx4TLIOc21cVhLTYGOlIA4eISa7klkXtDX3QMd+LyY7A399DFJjUE3/0uKvKXo7De X-Received: by 10.15.95.9 with SMTP id bc9mr597952eeb.97.1376590763979; Thu, 15 Aug 2013 11:19:23 -0700 (PDT) Received: from [192.168.1.6] (77-57-44-25.dclient.hispeed.ch. [77.57.44.25]) by mx.google.com with ESMTPSA id bp43sm459288eeb.4.2013.08.15.11.19.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 15 Aug 2013 11:19:22 -0700 (PDT) Message-ID: <520D1BA8.1060504@seld.be> Date: Thu, 15 Aug 2013 20:19:20 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: internals@lists.php.net References: <1376589335.14536.228.camel@guybrush> In-Reply-To: <1376589335.14536.228.camel@guybrush> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] git branches 5.3/ 5.4 / 5.5 From: j.boggiano@seld.be (Jordi Boggiano) On 15.08.2013 19:55, Johannes Schlüter wrote: > Important: To ensure you don't push them by accident please run this > command to delete them from your local clone: > > $ git branch -d 5.3 5.4 5.5 > Deleted branch 5.3 (was 15b554c). > Deleted branch 5.4 (was bcdac75). > Deleted branch 5.5 (was 4c76215). And to ensure you never push garbage by accident, run this to tell git to always only push the branch you're on when you run `git push`: git config --global push.default current Cheers -- Jordi Boggiano @seldaek - http://nelm.io/jordi