All of lore.kernel.org
 help / color / mirror / Atom feed
* ls-refs protocol extension
@ 2021-01-24 12:40 Christian Schilling
  2021-01-25  1:04 ` Taylor Blau
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Schilling @ 2021-01-24 12:40 UTC (permalink / raw)
  To: git

Hi list,
I have been working on a custom git server where the sha values
required to respond to a ls-refs command can occasionally be expensive
to compute.
It would be a great improvement of user experience if it was possible
to show progress to the user while this is happening.
I was hoping that this could be solved by using the already existing
sideband-all capability, but unfortunately it seems that even with
sideband-all the sideband is not available during ls-refs.
So my plan would be to start working on a patch to add sideband
support to ls-refs, unless there is
some other protocol feature that I have overlooked and that would
enable my use case.

Any pointers to either alternative solutions and/or hints to potential
pitfalls in the implementation
of my suggestion would be greatly appreciated.

Best regards,
Christian Schilling

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-26  4:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 12:40 ls-refs protocol extension Christian Schilling
2021-01-25  1:04 ` Taylor Blau
2021-01-25  8:44   ` Christian Schilling

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.