unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/2] use `git cat-file --batch-command' if available
@ 2023-01-26  9:32 Eric Wong
  2023-01-26  9:32 ` [PATCH 1/2] git: use --batch-command in git 2.36+ to save processes Eric Wong
  2023-01-26  9:32 ` [PATCH 2/2] git: drop needless checks for old git Eric Wong
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Wong @ 2023-01-26  9:32 UTC (permalink / raw)
  To: meta

This should reduce git processes needed to service solver
blob lookup/reconstruction requests.

Eric Wong (2):
  git: use --batch-command in git 2.36+ to save processes
  git: drop needless checks for old git

 lib/PublicInbox/Git.pm         | 153 +++++++++++++++++++++------------
 lib/PublicInbox/GitAsyncCat.pm |   1 +
 2 files changed, 98 insertions(+), 56 deletions(-)

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

end of thread, other threads:[~2023-02-20  8:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26  9:32 [PATCH 0/2] use `git cat-file --batch-command' if available Eric Wong
2023-01-26  9:32 ` [PATCH 1/2] git: use --batch-command in git 2.36+ to save processes Eric Wong
2023-01-27  8:14   ` Eric Wong
2023-01-27  8:17     ` Eric Wong
2023-02-09  1:29   ` Eric Wong
2023-02-20  8:19     ` [PATCH] git_async_cat: don't mis-abort replaced process Eric Wong
2023-01-26  9:32 ` [PATCH 2/2] git: drop needless checks for old git 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).