summaryrefslogtreecommitdiffstats
path: root/progress.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-16maintenance: add troubleshooting guide to docsDerrick Stolee1-0/+44
2020-10-16maintenance: use 'incremental' strategy by defaultDerrick Stolee3-4/+43
2020-10-16maintenance: create maintenance.strategy configDerrick Stolee3-2/+90
2020-09-25maintenance: add start/stop subcommandsDerrick Stolee8-0/+207
2020-09-25maintenance: add [un]register subcommandsDerrick Stolee3-2/+84
2020-09-25for-each-repo: run subcommands on configured reposDerrick Stolee8-0/+152
2020-09-25maintenance: add --schedule option and configDerrick Stolee4-4/+118
2020-09-25maintenance: optionally skip --auto processDerrick Stolee3-0/+24
2020-09-25maintenance: add incremental-repack auto conditionDerrick Stolee3-0/+68
2020-09-25maintenance: auto-size incremental-repack batchDerrick Stolee2-3/+76
2020-09-25maintenance: add incremental-repack taskDerrick Stolee4-0/+133
2020-09-25midx: use start_delayed_progress()Derrick Stolee2-12/+12
2020-09-25midx: enable core.multiPackIndex by defaultDerrick Stolee4-10/+13
2020-09-25maintenance: create auto condition for loose-objectsDerrick Stolee3-0/+61
2020-09-25maintenance: add loose-objects taskDerrick Stolee3-0/+151
2020-09-25maintenance: add prefetch taskDerrick Stolee3-0/+92
2020-09-17maintenance: add trace2 regions for task executionDerrick Stolee1-0/+2
2020-09-17maintenance: add auto condition for commit-graph taskDerrick Stolee3-0/+93
2020-09-17maintenance: use pointers to check --autoDerrick Stolee3-2/+18
2020-09-17maintenance: create maintenance.<task>.enabled configDerrick Stolee5-5/+44
2020-09-17maintenance: take a lock on the objects directoryDerrick Stolee1-0/+20
2020-09-17maintenance: add --task optionDerrick Stolee3-4/+98
2020-09-17maintenance: add commit-graph taskDerrick Stolee5-4/+45
2020-09-17maintenance: initialize task arrayDerrick Stolee1-1/+42
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee10-23/+25
2020-09-17maintenance: add --quiet optionDerrick Stolee3-6/+23
2020-09-17maintenance: create basic maintenance runnerDerrick Stolee8-0/+175
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano4-5/+41
2020-08-18Eighth batchJunio C Hamano1-0/+36
2020-08-13Seventh batchJunio C Hamano1-0/+9
2020-08-12Sixth batchJunio C Hamano1-0/+11
2020-08-11t/t4013: add test for --diff-merges=offSergey Organov3-0/+158
2020-08-11doc/git-log: describe --diff-merges=offSergey Organov1-1/+5
2020-08-11revision: change "--diff-merges" option to require parameterSergey Organov1-1/+8
2020-08-11t1416: avoid hard-coded sha1 idsJeff King1-2/+3
2020-08-10progress: don't dereference before checking for NULLMartin Ă…gren1-2/+10
2020-08-10Fifth batchJunio C Hamano1-0/+15
2020-08-09test_cmp: diagnose incorrect argumentsEric Sunshine1-2/+14