This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: archer.git "master" deletion (+branches cleanup)
- From: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- To: Jim Meyering <jim at meyering dot net>
- Cc: archer at sourceware dot org
- Date: Mon, 2 Jan 2012 18:59:54 +0100
- Subject: Re: archer.git "master" deletion (+branches cleanup)
- References: <20111226231836.GA32067@host2.jankratochvil.net><87fwfyukvv.fsf@rho.meyering.net>
Hi Jim,
On Mon, 02 Jan 2012 17:31:00 +0100, Jim Meyering wrote:
> $ git --git-dir=/git/archer.git config receive.denyDeleteCurrent warn
>
> so you should be able to remove "master", now.
Yes, it works OK:
$ git clone git://sourceware.org/git/archer.git archer-master
Initialized empty Git repository in /home/jkratoch/archer-master/.git/
remote: Counting objects: 344047, done.
remote: Compressing objects: 100% (64898/64898), done.
remote: Total 344047 (delta 276969), reused 339573 (delta 273091)
Receiving objects: 100% (344047/344047), 131.11 MiB | 473 KiB/s, done.
Resolving deltas: 100% (276969/276969), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ cd archer-master
$ git branch
$ _
Thanks,
Jan