]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/maintenance-daemonize-lockfix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 23:48:20 +0000 (08:48 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 23:48:21 +0000 (08:48 +0900)
commit6358af747e4e328a0cbe542c91e88e1ada2baa16
tree119bd493c83eafd8e42e083991a16905d7e03577
parent017aa294898b4b1707fafd0b9dfa03825a1aba44
parent29364f16242abd490160f66d2d239ac45e1d45fb
Merge branch 'ps/maintenance-daemonize-lockfix'

"git maintenance" that goes background did not use the lockfile to
prevent multiple maintenance processes from running at the same
time, which has been corrected.

* ps/maintenance-daemonize-lockfix:
  run-command: honor "gc.auto" for auto-maintenance
  builtin/maintenance: fix locking with "--detach"
setup.c
t/t7900-maintenance.sh