From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12697 invoked by alias); 18 Feb 2013 16:16:18 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 12665 invoked by uid 22791); 18 Feb 2013 16:16:16 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Date: Mon, 18 Feb 2013 16:16:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Sergio Durigan Junior , Project Archer Subject: Re: Proposal to change branch maintenance Message-ID: <20130218161604.GA18304@host2.jankratochvil.net> References: <874nhipla5.fsf@fleche.redhat.com> <87fw0td2la.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87fw0td2la.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-q1/txt/msg00008.txt.bz2 On Mon, 18 Feb 2013 17:11:13 +0100, Tom Tromey wrote: > I'm ok with changing this. > Anybody else have comments on it? +1 I already have: git-push-f: #! /bin/bash set -ex branch="$(git branch|sed -n 's/^[*] \([^()]*\)$/\1/p')" test -n "$branch" git push origin ":$branch" git push origin "$branch" echo OK Jan