index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
gc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
maintenance: respect remote.*.skipFetchAll
Derrick Stolee
1
-0
/
+3
2021-04-16
maintenance: use 'git fetch --prefetch'
Derrick Stolee
1
-4
/
+3
2021-04-06
maintenance: simplify prefetch logic
Derrick Stolee
1
-25
/
+8
2021-02-23
maintenance: fix incorrect `maintenance.repo` path with bare repository
Eric Sunshine
1
-17
/
+33
2021-02-09
maintenance: incremental strategy runs pack-refs weekly
Derrick Stolee
1
-0
/
+2
2021-02-09
maintenance: add pack-refs task
Derrick Stolee
1
-4
/
+17
2021-02-03
Merge branch 'jk/peel-iterated-oid'
Junio C Hamano
1
-1
/
+1
2021-02-03
Merge branch 'ds/maintenance-prefetch-cleanup'
Junio C Hamano
1
-0
/
+6
2021-01-25
Merge branch 'tb/pack-revindex-api'
Junio C Hamano
1
-1
/
+1
2021-01-25
Merge branch 'ma/more-opaque-lock-file'
Junio C Hamano
1
-4
/
+4
2021-01-21
refs: switch peel_ref() to peel_iterated_oid()
Jeff King
1
-1
/
+1
2021-01-20
maintenance: set log.excludeDecoration durin prefetch
Derrick Stolee
1
-0
/
+6
2021-01-15
Merge branch 'ds/maintenance-part-4'
Junio C Hamano
1
-27
/
+395
2021-01-13
builtin/gc.c: guess the size of the revindex
Taylor Blau
1
-1
/
+1
2021-01-06
builtin/gc: don't peek into `struct lock_file`
Martin Ågren
1
-3
/
+3
2021-01-05
maintenance: use Windows scheduled tasks
Derrick Stolee
1
-1
/
+167
2021-01-05
maintenance: use launchctl on macOS
Derrick Stolee
1
-1
/
+187
2020-12-21
gc: fix handling of crontab magic markers
Martin Ågren
1
-4
/
+3
2020-12-08
Merge branch 'rs/maintenance-run-outside-repo'
Junio C Hamano
1
-7
/
+0
2020-12-08
Merge branch 'ds/maintenance-part-3'
Junio C Hamano
1
-2
/
+3
2020-11-30
Merge branch 'ab/gc-keep-base-option'
Junio C Hamano
1
-4
/
+4
2020-11-30
maintenance: fix SEGFAULT when no repository
Rafael Silva
1
-7
/
+0
2020-11-25
maintenance: use 'git config --fixed-value'
Derrick Stolee
1
-2
/
+3
2020-11-24
maintenance: extract platform-specific scheduling
Derrick Stolee
1
-27
/
+43
2020-11-21
gc: rename keep_base_pack variable for --keep-largest-pack
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2020-11-18
gc: fix cast in compare_tasks_by_selection()
René Scharfe
1
-4
/
+2
2020-11-18
Merge branch 'ds/maintenance-part-3'
Junio C Hamano
1
-6
/
+275
2020-11-11
Merge branch 'rs/clear-commit-marks-in-repo'
Junio C Hamano
1
-1
/
+1
2020-11-02
Merge branch 'ds/maintenance-commit-graph-auto-fix'
Junio C Hamano
1
-1
/
+11
2020-10-31
object: allow clear_commit_marks_all to handle any repo
René Scharfe
1
-1
/
+1
2020-10-16
maintenance: use 'incremental' strategy by default
Derrick Stolee
1
-0
/
+10
2020-10-16
maintenance: create maintenance.strategy config
Derrick Stolee
1
-2
/
+26
2020-10-12
maintenance: core.commitGraph=false prevents writes
Derrick Stolee
1
-0
/
+4
2020-10-08
maintenance: test commit-graph auto condition
Derrick Stolee
1
-1
/
+7
2020-09-25
maintenance: add start/stop subcommands
Derrick Stolee
1
-0
/
+124
2020-09-25
maintenance: add [un]register subcommands
Derrick Stolee
1
-1
/
+54
2020-09-25
maintenance: add --schedule option and config
Derrick Stolee
1
-3
/
+61
2020-09-25
maintenance: add incremental-repack auto condition
Derrick Stolee
1
-0
/
+31
2020-09-25
maintenance: auto-size incremental-repack batch
Derrick Stolee
1
-1
/
+42
2020-09-25
maintenance: add incremental-repack task
Derrick Stolee
1
-0
/
+76
2020-09-25
maintenance: create auto condition for loose-objects
Derrick Stolee
1
-0
/
+30
2020-09-25
maintenance: add loose-objects task
Derrick Stolee
1
-0
/
+97
2020-09-25
maintenance: add prefetch task
Derrick Stolee
1
-0
/
+51
2020-09-17
maintenance: add trace2 regions for task execution
Derrick Stolee
1
-0
/
+2
2020-09-17
maintenance: add auto condition for commit-graph task
Derrick Stolee
1
-0
/
+82
2020-09-17
maintenance: use pointers to check --auto
Derrick Stolee
1
-0
/
+16
2020-09-17
maintenance: create maintenance.<task>.enabled config
Derrick Stolee
1
-0
/
+19
2020-09-17
maintenance: take a lock on the objects directory
Derrick Stolee
1
-0
/
+20
2020-09-17
maintenance: add --task option
Derrick Stolee
1
-3
/
+63
2020-09-17
maintenance: add commit-graph task
Derrick Stolee
1
-0
/
+30
[next]