summaryrefslogtreecommitdiffstats
path: root/t (follow)
Commit message (Expand)AuthorAgeFilesLines
* maintenance: extract platform-specific schedulingDerrick Stolee2020-11-242-7/+8
* maintenance: use 'incremental' strategy by defaultDerrick Stolee2020-10-161-4/+16
* maintenance: create maintenance.strategy configDerrick Stolee2020-10-161-0/+49
* maintenance: add start/stop subcommandsDerrick Stolee2020-09-255-0/+71
* maintenance: add [un]register subcommandsDerrick Stolee2020-09-251-1/+16
* for-each-repo: run subcommands on configured reposDerrick Stolee2020-09-251-0/+30
* maintenance: add --schedule option and configDerrick Stolee2020-09-251-0/+40
* maintenance: optionally skip --auto processDerrick Stolee2020-09-251-0/+13
* maintenance: add incremental-repack auto conditionDerrick Stolee2020-09-251-0/+28
* maintenance: auto-size incremental-repack batchDerrick Stolee2020-09-251-2/+34
* maintenance: add incremental-repack taskDerrick Stolee2020-09-252-0/+39
* midx: use start_delayed_progress()Derrick Stolee2020-09-251-7/+7
* maintenance: create auto condition for loose-objectsDerrick Stolee2020-09-251-0/+22
* maintenance: add loose-objects taskDerrick Stolee2020-09-251-0/+39
* maintenance: add prefetch taskDerrick Stolee2020-09-251-0/+26
* maintenance: use pointers to check --autoDerrick Stolee2020-09-172-2/+2
* maintenance: create maintenance.<task>.enabled configDerrick Stolee2020-09-171-0/+8
* maintenance: add --task optionDerrick Stolee2020-09-171-0/+27
* maintenance: add commit-graph taskDerrick Stolee2020-09-171-0/+2
* maintenance: replace run_auto_gc()Derrick Stolee2020-09-171-1/+1
* maintenance: add --quiet optionDerrick Stolee2020-09-171-5/+10
* maintenance: create basic maintenance runnerDerrick Stolee2020-09-172-0/+56
* fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano2020-08-182-2/+20
* Merge branch 'so/log-diff-merges-opt'Junio C Hamano2020-08-183-0/+158
|\
| * t/t4013: add test for --diff-merges=offSergey Organov2020-08-113-0/+158
* | Merge branch 'jk/log-fp-implies-m'Junio C Hamano2020-08-183-0/+101
|\|
| * log: enable "-m" automatically with "--first-parent"Jeff King2020-07-291-0/+22
| * revision: add "--no-diff-merges" option to counteract "-m"Jeff King2020-07-292-0/+79
* | Merge branch 'es/test-cmp-typocatcher'Junio C Hamano2020-08-181-2/+14
|\ \
| * | test_cmp: diagnose incorrect argumentsEric Sunshine2020-08-091-2/+14
| |/
* | Merge branch 'rp/apply-cached-with-i-t-a'Junio C Hamano2020-08-181-0/+56
|\ \
| * | t4140: test apply with i-t-a pathsRaymond E. Pasco2020-08-091-0/+56
* | | Merge branch 'al/bisect-first-parent'Junio C Hamano2020-08-183-50/+103
|\ \ \
| * | | bisect: introduce first-parent flagAaron Lipman2020-08-081-0/+18
| * | | rev-list: allow bisect and first-parent flagsAaron Lipman2020-08-082-2/+47
| * | | t6030: modernize "git bisect run" testsAaron Lipman2020-08-081-48/+38
| | |/ | |/|
* | | Merge branch 'hn/reftable-prep-part-2'Junio C Hamano2020-08-182-16/+19
|\ \ \
| * | | Modify pseudo refs through ref backend storageHan-Wen Nienhuys2020-07-272-6/+9
| * | | t1400: use git rev-parse for testing PSEUDOREF existenceHan-Wen Nienhuys2020-07-161-10/+10
* | | | Merge branch 'dd/send-email-config'Junio C Hamano2020-08-181-0/+29
|\ \ \ \
| * | | | git-send-email: die if sendmail.* config is setDrew DeVault2020-07-241-0/+29
| | |/ / | |/| |
* | | | Merge branch 'ps/ref-transaction-hook'Junio C Hamano2020-08-181-0/+27
|\ \ \ \
| * | | | t1416: avoid hard-coded sha1 idsJeff King2020-08-111-2/+3
| * | | | refs: fix interleaving hook calls with reference-transaction hookPatrick Steinhardt2020-08-071-0/+26
* | | | | Merge branch 'ma/test-quote-cleanup'Junio C Hamano2020-08-1318-80/+53
|\ \ \ \ \
| * | | | | t4104: modernize and simplify quotingMartin Ågren2020-08-071-42/+15
| * | | | | t: don't spuriously close and reopen quotesMartin Ågren2020-08-0717-38/+38
* | | | | | Merge branch 'jt/has_object'Junio C Hamano2020-08-131-0/+16
|\ \ \ \ \ \
| * | | | | | apply: do not lazy fetch when applying binaryJonathan Tan2020-08-061-0/+16
| |/ / / / /
* | | | | | Merge branch 'tb/upload-pack-filters'Junio C Hamano2020-08-121-0/+33
|\ \ \ \ \ \