On 8/27/2020 5:43 PM, Junio C Hamano wrote: > * ds/maintenance-part-2 (2020-08-25) 8 commits > - maintenance: add incremental-repack auto condition > - maintenance: auto-size incremental-repack batch > - maintenance: add incremental-repack task > - midx: use start_delayed_progress() > - midx: enable core.multiPackIndex by default > - maintenance: create auto condition for loose-objects > - maintenance: add loose-objects task > - maintenance: add prefetch task > (this branch uses ds/maintenance-part-1.) > > "git maintenance", an extended big brother of "git gc", continues > to evolve. > * ds/maintenance-part-1 (2020-08-25) 11 commits > - 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 > (this branch is used by ds/maintenance-part-2.) > > A "git gc"'s big brother has been introduced to take care of more > repository maintenance tasks, not limited to the object database > cleaning. > > Comments? Thanks for calling out a call for comments here. I appreciate all of the comments on these series. It has really improved the feature. I'm interested to hear who still has this on their list to review or if there are some remaining unresolved issues. I sent my "RFC v3" [1] for the background portion of maintenance, and hope to send a non-RFC version next week if there are no more radical shifts in the strategy. Please take a look if you are interested. [1] https://lore.kernel.org/git/pull.680.v3.git.1598629517.gitgitgadget@xxxxxxxxx/ Thanks, -Stolee