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
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
2020-09-17
maintenance: initialize task array
Derrick Stolee
1
-1
/
+42
2020-09-17
maintenance: add --quiet option
Derrick Stolee
1
-1
/
+10
2020-09-17
maintenance: create basic maintenance runner
Derrick Stolee
1
-0
/
+58
2020-07-30
strvec: rename struct fields
Jeff King
1
-12
/
+12
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-1
/
+1
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
1
-25
/
+25
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2020-02-04
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
1
-1
/
+1
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-2
/
+2
2019-09-18
Merge branch 'cc/multi-promisor'
Junio C Hamano
1
-1
/
+2
2019-09-09
Merge branch 'ds/feature-macros'
Junio C Hamano
1
-7
/
+5
2019-08-13
repo-settings: consolidate some config settings
Derrick Stolee
1
-7
/
+5
2019-08-05
commit-graph: turn a group of write-related macro flags into an enum
SZEDER Gábor
1
-1
/
+1
2019-07-19
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
1
-1
/
+2
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
1
-2
/
+2
2019-07-09
Merge branch 'ds/commit-graph-write-refactor'
Junio C Hamano
1
-3
/
+4
2019-06-25
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
1
-1
/
+2
2019-06-19
commit-graph: create options for split files
Derrick Stolee
1
-1
/
+2
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
1
-2
/
+2
2019-06-12
commit-graph: collapse parameters into flags
Derrick Stolee
1
-2
/
+2
2019-06-12
commit-graph: return with errors during write
Derrick Stolee
1
-3
/
+4
2019-04-01
gc: handle & check gc.reflogExpire config
Ævar Arnfjörð Bjarmason
1
-0
/
+17
2019-03-18
gc: refactor a "call me once" pattern
Ævar Arnfjörð Bjarmason
1
-3
/
+9
2019-03-18
gc: convert to using the_hash_algo
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2019-03-14
gc: remove redundant check for gc_auto_threshold
Ævar Arnfjörð Bjarmason
1
-3
/
+0
2019-01-18
Merge branch 'js/gc-repack-close-before-remove'
Junio C Hamano
1
-1
/
+3
2019-01-11
gc/repack: release packs when needed
Johannes Schindelin
1
-1
/
+3
2018-12-09
Indent code with TABs
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-10-16
Merge branch 'jn/gc-auto'
Junio C Hamano
1
-6
/
+27
2018-10-16
Merge branch 'jn/gc-auto-prep'
Junio C Hamano
1
-22
/
+18
2018-10-16
Merge branch 'ab/commit-graph-progress'
Junio C Hamano
1
-1
/
+2
2018-09-20
gc: fix regression in 7b0f229222 impacting --quiet
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2018-09-17
commit-graph write: add progress output
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2018-08-20
treewide: use get_all_packs
Derrick Stolee
1
-2
/
+2
2018-08-02
Merge branch 'kg/gc-auto-windows-workaround'
Junio C Hamano
1
-0
/
+1
2018-07-17
gc: do not return error for prior errors in daemonized mode
Jonathan Nieder
1
-6
/
+27
2018-07-17
gc: exit with status 128 on failure
Jonathan Nieder
1
-21
/
+14
[next]