From: Junio C Hamano <junkio@cox.net>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 4/5] Add --remote option to send-pack
Date: Wed, 02 May 2007 22:35:30 -0700 [thread overview]
Message-ID: <7virba31wd.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0705022330460.28708@iabervon.org> (Daniel Barkalow's message of "Thu, 3 May 2007 00:04:41 -0400 (EDT)")
Daniel Barkalow <barkalow@iabervon.org> writes:
> On Sat, 28 Apr 2007, Junio C Hamano wrote:
>
>> We are indeed pretending. Consider:
>>
>> (1) You push, and push succeeds.
>>
>> (2) Somebody fetches your result, works on it and pushes back;
>> this might happen in post-receive hook.
>>
>> (3) You fetch. You should see somebody else's commit at the
>> tip, not what you pushed in (1).
>>
>> By not fetching but instead of storing what you pushed, you are
>> pretending that you re-fetched so fast that you gave no chance
>> to anybody to perform (2) quickly enough.
>
> But you did effectively re-fetch instantaneously by doing an operation
> that atomicly updates the ref and reports success.
I do not think there is much point arguing over this; I am not
fundamentally opposed to keeping a copy of what we just pushed
to the other side.
But I think it needs to be documented that hooks on the remote
side could do funny things, and probably we should strongly
discourage people from doing such.
You do need to take care of the case where we are _not_ tracking
the remote side, though (i.e. lack of colon in the fetch
refspecs).
next prev parent reply other threads:[~2007-05-03 5:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-28 17:05 [PATCH 4/5] Add --remote option to send-pack Daniel Barkalow
2007-04-29 5:49 ` Junio C Hamano
2007-04-29 6:01 ` Daniel Barkalow
2007-04-29 6:10 ` Shawn O. Pearce
2007-04-29 6:28 ` Junio C Hamano
2007-05-03 4:04 ` Daniel Barkalow
2007-05-03 5:35 ` Junio C Hamano [this message]
2007-05-03 5:45 ` Daniel Barkalow
2007-05-03 6:13 ` Junio C Hamano
2007-05-05 5:21 ` Daniel Barkalow
2007-05-05 6:33 ` Junio C Hamano
2007-05-05 6:52 ` Daniel Barkalow
2007-05-05 7:54 ` Junio C Hamano
2007-05-05 17:56 ` Daniel Barkalow
2007-05-07 20:08 ` Loeliger Jon-LOELIGER
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=7virba31wd.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--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.