Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34299 invoked from network); 7 Mar 2012 06:09:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2012 06:09:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=kiall@managedit.ie; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kiall@managedit.ie; sender-id=pass Received-SPF: pass (pb1.pair.com: domain managedit.ie designates 209.85.210.170 as permitted sender) X-PHP-List-Original-Sender: kiall@managedit.ie X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:48368] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/A9-15021-5ABF65F4 for ; Wed, 07 Mar 2012 01:09:42 -0500 Received: by iaeh11 with SMTP id h11so9098805iae.29 for ; Tue, 06 Mar 2012 22:09:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=managedit.ie; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=QucWBePde7HWBTJMLnihuOIPCd+31wxwquAdotKJ60c=; b=M/fmSp71Wy7Ykull/ijYTHtcsE/p7hGBuTuJB+NW2F8TYLZQl2EskCJ5ZMfdY7IZv9 kR5ssx9h7kDMtCUXSMJGef0p59NQVmEQ4NCIbG4/gPO2p0am0a8negYSpmwUU0/XYHh1 IvO9tdkqzo3Y8fiIWAUA+6UUlcjcnkOq+p5tU= Received: by 10.42.145.72 with SMTP id e8mr609753icv.0.1331100578526; Tue, 06 Mar 2012 22:09:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.200.137 with HTTP; Tue, 6 Mar 2012 22:09:17 -0800 (PST) In-Reply-To: References: <4F5336B2.3040200@kukulich.cz> <4F53DF00.6070303@gmx.net> Date: Wed, 7 Mar 2012 06:09:17 +0000 Message-ID: To: Drak Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=90e6ba6e8ef224b5bd04baa10144 X-Gm-Message-State: ALoCoQnYOaChkn4IYC9Qo3RYHBvRMToraDLngz9XLclZOU0vn+6ZTf8raeT4plQQGwAOHGsj7JXr Subject: Re: [PHP-DEV] Re: Git Migration: Status Update From: kiall@managedit.ie (Kiall Mac Innes) --90e6ba6e8ef224b5bd04baa10144 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Mar 7, 2012 at 6:03 AM, Drak wrote: > [snip] > Forcing pushes to one's own topic branches in one's own fork can be > acceptable providing > upstream maintainers know before merging (for example squashing some work > after peer review), but not to the central repo without some exceptional > reason - it could cause chaos otherwise. Gerrit has an interesting take on this, you are free to do whatever you like on refs/heads/dev/${username}/* - including force push etc. Maybe something like this could be useful? Kiall --90e6ba6e8ef224b5bd04baa10144--