From: Junio C Hamano <gitster@pobox.com>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 2/5] Document details of transport function APIs
Date: Wed, 25 Mar 2009 11:03:09 -0700 [thread overview]
Message-ID: <7vmyb95vky.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: alpine.LNX.1.00.0903251142470.19665@iabervon.org
Daniel Barkalow <barkalow@iabervon.org> writes:
>> > + * If, in the process, the transport determines that the
>> > + * remote side actually responded to the push by updating the
>> > + * ref to a different value, the transport should modify the
>> > + * new_sha1 in the ref. (Note that this is a matter of the
>> > + * remote accepting but rewriting the change, not rejecting it
>> > + * and reporting that a different update had already taken
>> > + * place)
>> > + **/
>>
>> It this even a sane thing to allow? How would it interact with the
>> "pretend we immediately turned around and fetched them into the remote
>> tracking branches" local updates we usually do?
>
> We already allow a git server to rewrite refs with a hook when it gets
> them, and we record the pre-rewriting value. This allows the transport to
> propagate the post-rewriting value back (if it can get it), and we'd
> update the tracking branches with what the server actually did instead of
> what we asked it to (i.e., we do what we would do if we really did turn
> around and fetch them immediately).
But how are you guaranteeing that objects necessary to complete the
history the remote end re-written are already available on the local end?
Do you have a reverse object transfer phase now in send-pack protocol?
Otherwise I am afraid that you are corrupting the local repository.
next prev parent reply other threads:[~2009-03-25 18:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-25 3:04 [PATCH 2/5] Document details of transport function APIs Daniel Barkalow
2009-03-25 6:47 ` Junio C Hamano
2009-03-25 16:19 ` Daniel Barkalow
2009-03-25 18:03 ` Junio C Hamano [this message]
2009-03-25 18:42 ` Daniel Barkalow
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=7vmyb95vky.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=barkalow@iabervon.org \
--cc=git@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.