Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23347 invoked from network); 31 Oct 2013 10:10:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2013 10:10:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=timwolla@bastelstu.be; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=timwolla@bastelstu.be; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bastelstu.be designates 178.63.12.143 as permitted sender) X-PHP-List-Original-Sender: timwolla@bastelstu.be X-Host-Fingerprint: 178.63.12.143 wbbaddons.de Linux 2.6 Received: from [178.63.12.143] ([178.63.12.143:53436] helo=wbbaddons.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/C1-13434-A8C22725 for ; Thu, 31 Oct 2013 05:10:18 -0500 Received: from [192.168.2.39] (p4FCB2552.dip0.t-ipconnect.de [79.203.37.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by wbbaddons.de (Postfix) with ESMTPSA id 93597620627; Thu, 31 Oct 2013 11:10:14 +0100 (CET) Message-ID: <52722C85.4050006@bastelstu.be> Date: Thu, 31 Oct 2013 11:10:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Thunderbird/25.0a2 MIME-Version: 1.0 To: Adam Harvey CC: PHP Internals References: <7FBC6462-2F98-4ECC-85F1-5AB26A9AB32C@thesba.com> In-Reply-To: <7FBC6462-2F98-4ECC-85F1-5AB26A9AB32C@thesba.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Cleanup of old remote branches From: timwolla@bastelstu.be (=?ISO-8859-1?Q?Tim_D=FCsterhus?=) In git a branch simply is a pointer to a commit. If a branch is deleted the commit wil stay in the repository for the near future, but it will eventually be deleted (by git prune / git gc) as it is not referenced by anything. Tim On 31.10.2013 04:32, Robert Williams wrote: > In Subversion, nothing is ever really deleted. If you delete a branch, it still exists in the repository's history, and it can easily be resurrected with history intact. Is this not the way git works? (I'm obviously not real familiar with git.) > > -- > Bob Williams > >> On Oct 30, 2013, at 10:00, "Adam Harvey" wrote: >> >>> On 29 October 2013 03:56, Julien Pauli wrote: >>> Could we make a list of the remote branches we really don't need anymore, >>> and clean them up ? >> >> Also -1 here. Command line tab completion and GitHub's branch >> filtering UI basically make the cognitive overhead of dealing with >> this minimal, and having a full history is important. >> >> Adam >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > > Notice: This communication, including attachments, may contain information that is confidential. It constitutes non-public information intended to be conveyed only to the designated recipient(s). If the reader or recipient of this communication is not the intended recipient, an employee or agent of the intended recipient who is responsible for delivering it to the intended recipient, or if you believe that you have received this communication in error, please notify the sender immediately by return e-mail and promptly delete this e-mail, including attachments without reading or saving them in any manner. The unauthorized use, dissemination, distribution, or reproduction of this e-mail, including attachments, is prohibited and may be unlawful. If you have received this email in error, please notify us immediately by e-mail or telephone and delete the e-mail and the attachments (if any). >