Merge branch 'ds/maintenance-part-1'
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 22:25:38 +0000 (15:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 22:25:38 +0000 (15:25 -0700)
commit48794acc50f14394ca6c4f5092a4a498f409f350
tree8e3a6130340ff7a54fc8c99443501ba2ec1453c1
parente1cfff676549cdcd702cbac105468723ef2722f4
parent25914c4fdeefd99b06e134496dfb9bbb58a5c417
Merge branch 'ds/maintenance-part-1'

A "git gc"'s big brother has been introduced to take care of more
repository maintenance tasks, not limited to the object database
cleaning.

* ds/maintenance-part-1:
  maintenance: add trace2 regions for task execution
  maintenance: add auto condition for commit-graph task
  maintenance: use pointers to check --auto
  maintenance: create maintenance.<task>.enabled config
  maintenance: take a lock on the objects directory
  maintenance: add --task option
  maintenance: add commit-graph task
  maintenance: initialize task array
  maintenance: replace run_auto_gc()
  maintenance: add --quiet option
  maintenance: create basic maintenance runner
12 files changed:
.gitignore
Documentation/fetch-options.txt
builtin.h
builtin/am.c
builtin/commit.c
builtin/fetch.c
builtin/merge.c
builtin/rebase.c
commit-graph.c
git.c
t/t5510-fetch.sh
t/test-lib-functions.sh