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: archer.git "master" deletion (+branches cleanup)


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


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