All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Milanesio <luca.milanesio@gmail.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>
Cc: Luca Milanesio <luca.milanesio@gmail.com>,
	Taylor Blau <me@ttaylorr.com>, Martin Fick <mfick@nvidia.com>,
	Patrick Steinhardt <ps@pks.im>
Subject: Re: Should object repacking only update server-info for packs instead of doing it for refs?
Date: Tue, 15 Oct 2024 12:52:12 +0100	[thread overview]
Message-ID: <428B24FB-A648-43BA-9381-1B46D99E2F37@gmail.com> (raw)
In-Reply-To: <Zw5LwB2ap1QnmG6L@pks.im>



> On 15 Oct 2024, at 12:02, Patrick Steinhardt <ps@pks.im> wrote:
> 
> On Mon, Oct 14, 2024 at 05:25:42PM -0400, Taylor Blau wrote:
>> On Mon, Oct 14, 2024 at 09:33:17PM +0100, Luca Milanesio wrote:
>>>> It seems counterintuitive that an operation designed to repack
>>>> objects would be performing maintenance of any sort on refs?
>>> 
>>> True, it should not touch info/refs IMHO, as you’re really not
>>> changing any refs.
>> 
>> Right. I don't think that the current behavior is a bug, but just that
>> it's doing unnecessary work from within 'git repack' to update the
>> info/refs file when it's known ahead of time that the refs haven't
>> changed.
>> 
>> I think it's reasonable to skip this step when repacking, but of course
>> we would still want to update info/packs (assuming that the repack
>> wasn't a noop, of course).
> 
> It certainly may be reasonable. But in my opinion, it would be even more
> reasonable to not use the dumb HTTP transport at all. If you don't there
> is no reason to run git-update-server-info(1) in the first place, so
> you'd neither generate info/refs nor info/packs.

I don’t believe anyone uses it anymore, but someone *may* still use it, and therefore, Git should update the info/packs during geometric repacking.
However, why not introduce a “kill switch” in git config to disable it so that all tools can automatically skip the expensive info/packs (and info/refs) updates?

> We have been discussing in the past whether the dumb HTTP protocol
> should be deprecated, and in the context of that discussion we were also
> wondering whether we should start disabling git-update-server-info(1) by
> default.

+1 from me.

> Users don't generally need this, and most server operators
> don't need this nowadays, either. So why generate data that is useless
> in almost all cases?

Certainly not IMHO.

Luca.


  reply	other threads:[~2024-10-15 11:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-14 20:07 Should object repacking only update server-info for packs instead of doing it for refs? Martin Fick
2024-10-14 20:33 ` Luca Milanesio
2024-10-14 21:25   ` Taylor Blau
2024-10-15 11:02     ` Patrick Steinhardt
2024-10-15 11:52       ` Luca Milanesio [this message]
2024-10-15 12:14         ` Patrick Steinhardt
2024-10-15 13:56           ` Taylor Blau

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=428B24FB-A648-43BA-9381-1B46D99E2F37@gmail.com \
    --to=luca.milanesio@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=me@ttaylorr.com \
    --cc=mfick@nvidia.com \
    --cc=ps@pks.im \
    /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.