Hi, this small patch series adapts git-receive-pack(1) to spawn `git maintenance run --auto` instead of `git gc --auto` like all the other parts of our codebase do nowadays. This removes the last internal user of `git gc --auto`. Patrick Patrick Steinhardt (2): run-command: introduce function to prepare auto-maintenance process builtin/receive-pack: convert to use git-maintenance(1) Documentation/config/receive.txt | 2 +- builtin/receive-pack.c | 21 ++++++++++----------- run-command.c | 19 +++++++++++++------ run-command.h | 7 +++++++ 4 files changed, 31 insertions(+), 18 deletions(-) -- 2.44.GIT