This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposal to change branch maintenance


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]