unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/3] git: use Unix stream sockets for --batch*
@ 2023-09-30 15:20 Eric Wong
  2023-09-30 15:20 ` [PATCH 1/3] git: decouple cat_async_retry from POSIX pipe semantics Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2023-09-30 15:20 UTC (permalink / raw)
  To: meta

This simplifies git process management greatly, and the diffstat
makes me happy.

Eric Wong (3):
  git: decouple cat_async_retry from POSIX pipe semantics
  git: use Unix stream sockets for `cat-file --batch-*'
  git+gcf2client: switch to level-triggered wakeups

 lib/PublicInbox/Gcf2Client.pm  |  59 ++------
 lib/PublicInbox/Git.pm         | 269 +++++++++++++++++----------------
 lib/PublicInbox/GitAsyncCat.pm |  98 +-----------
 lib/PublicInbox/LeiToMail.pm   |   2 +-
 lib/PublicInbox/ViewVCS.pm     |   2 +-
 5 files changed, 158 insertions(+), 272 deletions(-)

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

end of thread, other threads:[~2023-09-30 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-30 15:20 [PATCH 0/3] git: use Unix stream sockets for --batch* Eric Wong
2023-09-30 15:20 ` [PATCH 1/3] git: decouple cat_async_retry from POSIX pipe semantics Eric Wong
2023-09-30 15:20 ` [PATCH 2/3] git: use Unix stream sockets for `cat-file --batch-*' Eric Wong
2023-09-30 15:20 ` [PATCH 3/3] git+gcf2client: switch to level-triggered wakeups Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).