From: "Grégoire Barbier" <devel@gbarbier.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: Daniel Barkalow <barkalow@iabervon.org>,
Johannes Schindelin <Johannes.Schindelin@gmx.de>,
git@vger.kernel.org
Subject: Re: [PATCH] http-push: making HTTP push more robust and more user-friendly
Date: Tue, 22 Jan 2008 00:12:27 +0100 [thread overview]
Message-ID: <479526DB.2050407@gbarbier.org> (raw)
In-Reply-To: <7v1w8aygvm.fsf@gitster.siamese.dyndns.org>
Junio C Hamano a écrit > * Do we know that the current code is broken
for everybody, or just
> broken for the majority of people who do nontrivial things?
http-push without USE_CURL_MULTI is broken for everybody who uses it
> * Is the code in 1.5.3.8 any better? IOW, did we make it worse
> during 1.5.4 cycle?
I think it is better, because it hurts less.
after:
- http-push with curl >= 7.16 works
- http-push with curl < 7.16 does not work
before
- http-push with curl >= 7.16 works
- http-push with curl < 7.16 does not work and in addition corrups repos
In addition, the sooner we disable the repo corrupting code, the less we
will have dangerous code in the wide
Junio C Hamano a écrit :
> Then I guess Dscho's notice (and the same notice with disabling
> http-push without MULTI in 1.5.3.9) would be the sane thing we should
> do in the short term.
This is my opinion.
Junio C Hamano a écrit :
> The feature was added by one person who needed it, and it was
> included because the need was satisfid with an implementation,
> so at some point in the past, it must have worked for _somebody_
> (I am hoping that this is not a regression during 1.5.4 cycle).
>
> Imagine that you are like that somebody who have been happily
> using http-push. Or imagine that you are starting to use git
> and are tempted to use http-push. With the above wording, I
> strongly suspect that you would say "Crap --- 1.5.4 does not let
> me run http-push, so I'll stay at 1.5.3.8 until 1.5.X lets me
> use it again".
My experience is that 1.5.3.6 is broken too (but I did not ever try
1.5.3.8). Therefore I don't think it's an 1.5.4 regression.
In fact, a few weeks ago, I was that guy discovering git and trying to
use http-push, and said "Crap. That thing is broken." And this why I'm
bothering you all since a while.
--
Grégoire Barbier - gb à gbarbier.org - +33 6 21 35 73 49
prev parent reply other threads:[~2008-01-21 23:12 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-13 19:02 [PATCH] http-push: making HTTP push more robust and more user-friendly Grégoire Barbier
2008-01-13 19:02 ` [PATCH] http-push: fix webdav lock leak Grégoire Barbier
2008-01-13 19:02 ` [PATCH] http-push: disable http-push without USE_CURL_MULTI Grégoire Barbier
2008-01-13 23:01 ` [PATCH] http-push: making HTTP push more robust and more user-friendly Junio C Hamano
2008-01-14 11:21 ` Johannes Schindelin
2008-01-14 19:35 ` Junio C Hamano
2008-01-14 20:22 ` Johannes Schindelin
2008-01-19 15:21 ` Grégoire Barbier
2008-01-19 23:18 ` Johannes Schindelin
2008-01-21 10:09 ` Grégoire Barbier
2008-01-21 10:20 ` Junio C Hamano
2008-01-21 10:27 ` Grégoire Barbier
2008-01-21 11:06 ` Junio C Hamano
2008-01-21 12:17 ` Johannes Schindelin
2008-01-21 20:18 ` Junio C Hamano
2008-01-21 20:29 ` Mike Hommey
2008-01-22 0:58 ` Johannes Schindelin
2008-01-22 1:34 ` Junio C Hamano
2008-01-22 1:38 ` Johannes Schindelin
2008-01-22 2:04 ` Junio C Hamano
2008-01-22 2:14 ` Johannes Schindelin
2008-01-21 21:30 ` Daniel Barkalow
2008-01-21 22:05 ` Junio C Hamano
2008-01-21 23:12 ` Grégoire Barbier [this message]
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=479526DB.2050407@gbarbier.org \
--to=devel@gbarbier.org \
--cc=Johannes.Schindelin@gmx.de \
--cc=barkalow@iabervon.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 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.