git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Schindelin <johannes.schindelin@gmx.de>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Samuel Williams <space.ship.traveller@gmail.com>
Subject: Re: Trying to push into empty repo, get fatal: bad revision 'HEAD'
Date: Wed, 01 Apr 2015 10:51:34 +0200	[thread overview]
Message-ID: <cb4098391d46cc25b3d4d059e35dc806@www.dscho.org> (raw)
In-Reply-To: <xmqq8uecocjg.fsf@gitster.dls.corp.google.com>

Hi Samuel & Junio,

On 2015-04-01 03:36, Junio C Hamano wrote:
> Junio C Hamano <gitster@pobox.com> writes:
> 
>> Samuel Williams <space.ship.traveller@gmail.com> writes:
>>
>>> I would expect if you push to an empty repo, it would update it
>>> (because denyCurrentBranch = updateInstead).
>>
>> Good finding.
>>
>> I think the current implementation of updateInstead is set up to
>> bootstrap from an empty repository but only supports incremental
>> updates once the receiving repository and its working tree gets set
>> up.  But I do not think it was a conscious design decison to forbid
>> bootstrapping an empty repository, but was a mere gap in the
>> implementation.  At least, I do not think of a reason why we should
>> forbid it (and I am Cc'ing Dscho to confirm).
> 
> This is a tangent but I think we should unify the "do we already
> have history behind HEAD, or is the current branch still unborn"
> test done by various commands and tighten it.

Right, I did not think about that use case at all.

> As a quick and dirty hack, I just mimicked what builtin/merge.c seems to do, but this would tell a detached HEAD that points at a nonsense object name (i.e. "abcde" not a full 40-hex) as "unborn", where we would be better off stopping the operation instead of making the repository breakage worse by doing further damage.

Yeah, and we could refactor that into a global function, too. But for the moment, I think your proposed patch is good enough.

Ciao,
Dscho

  parent reply	other threads:[~2015-04-01  8:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-31 23:29 Trying to push into empty repo, get fatal: bad revision 'HEAD' Samuel Williams
2015-04-01  0:00 ` Junio C Hamano
2015-04-01  1:36   ` Junio C Hamano
2015-04-01  6:15     ` Junio C Hamano
2015-04-01  8:51     ` Johannes Schindelin [this message]
2015-04-01 18:00       ` Junio C Hamano
2015-04-02  5:07         ` Johannes Schindelin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cb4098391d46cc25b3d4d059e35dc806@www.dscho.org \
    --to=johannes.schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=space.ship.traveller@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).