Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16maintenance: respect remote.*.skipFetchAllDerrick Stolee
2021-04-16maintenance: use 'git fetch --prefetch'Derrick Stolee
2021-04-07maintenance: simplify prefetch logicDerrick Stolee
2021-02-23maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine
2021-02-10maintenance: incremental strategy runs pack-refs weeklyDerrick Stolee
2021-02-10maintenance: add pack-refs taskDerrick Stolee
2021-02-04Merge branch 'jk/peel-iterated-oid'Junio C Hamano
2021-02-04Merge branch 'ds/maintenance-prefetch-cleanup'Junio C Hamano
2021-01-26Merge branch 'tb/pack-revindex-api'Junio C Hamano
2021-01-26Merge branch 'ma/more-opaque-lock-file'Junio C Hamano
2021-01-22refs: switch peel_ref() to peel_iterated_oid()Jeff King
2021-01-21maintenance: set log.excludeDecoration durin prefetchDerrick Stolee
2021-01-16Merge branch 'ds/maintenance-part-4'Junio C Hamano
2021-01-14builtin/gc.c: guess the size of the revindexTaylor Blau
2021-01-07builtin/gc: don't peek into `struct lock_file`Martin Ågren
2021-01-06maintenance: use Windows scheduled tasksDerrick Stolee
2021-01-06maintenance: use launchctl on macOSDerrick Stolee
2020-12-22gc: fix handling of crontab magic markersMartin Ågren
2020-12-09Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano
2020-12-09Merge branch 'ds/maintenance-part-3'Junio C Hamano
2020-12-01Merge branch 'ab/gc-keep-base-option'Junio C Hamano
2020-12-01maintenance: fix SEGFAULT when no repositoryRafael Silva
2020-11-26maintenance: use 'git config --fixed-value'Derrick Stolee
2020-11-25maintenance: extract platform-specific schedulingDerrick Stolee
2020-11-21gc: rename keep_base_pack variable for --keep-largest-packÆvar Arnfjörð Bjarmason
2020-11-19gc: fix cast in compare_tasks_by_selection()René Scharfe
2020-11-19Merge branch 'ds/maintenance-part-3'Junio C Hamano
2020-11-12Merge branch 'rs/clear-commit-marks-in-repo'Junio C Hamano
2020-11-03Merge branch 'ds/maintenance-commit-graph-auto-fix'Junio C Hamano
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe
2020-10-16maintenance: use 'incremental' strategy by defaultDerrick Stolee
2020-10-16maintenance: create maintenance.strategy configDerrick Stolee
2020-10-12maintenance: core.commitGraph=false prevents writesDerrick Stolee
2020-10-08maintenance: test commit-graph auto conditionDerrick Stolee
2020-09-25maintenance: add start/stop subcommandsDerrick Stolee
2020-09-25maintenance: add [un]register subcommandsDerrick Stolee
2020-09-25maintenance: add --schedule option and configDerrick Stolee
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee
2020-09-25maintenance: auto-size incremental-repack batchDerrick Stolee
2020-09-25maintenance: add incremental-repack taskDerrick Stolee
2020-09-25maintenance: create auto condition for loose-objectsDerrick Stolee
2020-09-25maintenance: add loose-objects taskDerrick Stolee
2020-09-25maintenance: add prefetch taskDerrick Stolee
2020-09-17maintenance: add trace2 regions for task executionDerrick Stolee
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee
2020-09-17maintenance: use pointers to check --autoDerrick Stolee
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee
2020-09-17maintenance: take a lock on the objects directoryDerrick Stolee
2020-09-17maintenance: add --task optionDerrick Stolee
2020-09-17maintenance: add commit-graph taskDerrick Stolee