index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
gc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-05
Merge branch 'ps/odb-pluggable-housekeeping'
Junio C Hamano
1
-455
/
+79
2026-07-30
Merge branch 'rs/tempfile-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-1
/
+1
2026-07-14
use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos
René Scharfe
1
-1
/
+1
2026-07-13
odb: make optimizations pluggable
Patrick Steinhardt
1
-489
/
+1
2026-07-13
builtin/gc: fix signedness issues in ODB-related functionality
Patrick Steinhardt
1
-9
/
+11
2026-07-13
builtin/gc: refactor ODB optimizations to operate on "files" source
Patrick Steinhardt
1
-38
/
+41
2026-07-13
builtin/gc: introduce `odb_optimize_required()`
Patrick Steinhardt
1
-68
/
+92
2026-07-13
builtin/gc: move geometric repacking into `odb_optimize()`
Patrick Steinhardt
1
-83
/
+86
2026-07-13
builtin/gc: introduce object database optimization options
Patrick Steinhardt
1
-60
/
+119
2026-07-13
builtin/gc: inline config values specific to the "files" backend
Patrick Steinhardt
1
-62
/
+53
2026-07-13
builtin/gc: make repack arguments self-contained
Patrick Steinhardt
1
-81
/
+75
2026-07-13
builtin/gc: extract object database optimizations into separate function
Patrick Steinhardt
1
-30
/
+49
2026-07-13
builtin/gc: move worktree and rerere tasks before object optimizations
Patrick Steinhardt
1
-7
/
+7
2026-07-13
odb: run "pre-auto-gc" hook for all maintenance tasks
Patrick Steinhardt
1
-9
/
+26
2026-07-06
Merge branch 'ps/setup-drop-global-state'
Junio C Hamano
1
-1
/
+1
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-1
/
+1
2026-06-01
odb/source-loose: wire up `count_objects()` callback
Patrick Steinhardt
1
-3
/
+3
2026-05-08
maintenance(geometric): do release the `.idx` files before repacking
Johannes Schindelin
1
-0
/
+1
2026-03-25
Merge branch 'ps/object-counting'
Junio C Hamano
1
-28
/
+14
2026-03-12
odb: introduce generic object counting
Patrick Steinhardt
1
-1
/
+5
2026-03-12
object-file: generalize counting objects
Patrick Steinhardt
1
-2
/
+3
2026-03-12
object-file: extract logic to approximate object count
Patrick Steinhardt
1
-27
/
+8
2026-03-12
run-command: wean start_command() off the_repository
Burak Kaan Karaçay
1
-5
/
+9
2026-02-24
builtin/maintenance: use "geometric" strategy by default
Patrick Steinhardt
1
-1
/
+1
2026-02-13
Merge branch 'ps/commit-list-functions-renamed'
Junio C Hamano
1
-1
/
+1
2026-01-15
commit: rename `free_commit_list()` to conform to coding guidelines
Patrick Steinhardt
1
-1
/
+1
2026-01-07
builtin/gc: fix condition for whether to write commit graphs
Patrick Steinhardt
1
-3
/
+5
2025-12-05
Merge branch 'ps/object-source-management' into ps/odb-misc-fixes
Junio C Hamano
1
-1
/
+1
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
1
-1
/
+1
2025-11-21
Merge branch 'kn/maintenance-is-needed'
Junio C Hamano
1
-10
/
+83
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
1
-1
/
+1
2025-11-19
Merge branch 'ps/ref-peeled-tags'
Junio C Hamano
1
-9
/
+6
2025-11-10
maintenance: add 'is-needed' subcommand
Karthik Nayak
1
-1
/
+62
2025-11-10
maintenance: add checking logic in `pack_refs_condition()`
Karthik Nayak
1
-9
/
+21
2025-11-04
Merge branch 'ps/ref-peeled-tags' into kn/maintenance-is-needed
Junio C Hamano
1
-9
/
+6
2025-11-04
refs: expose peeled object ID via the iterator
Patrick Steinhardt
1
-1
/
+1
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-9
/
+6
2025-11-03
Merge branch 'ps/maintenance-geometric'
Junio C Hamano
1
-55
/
+258
2025-10-24
builtin/maintenance: introduce "geometric" strategy
Patrick Steinhardt
1
-0
/
+31
2025-10-24
builtin/maintenance: make "gc" strategy accessible
Patrick Steinhardt
1
-3
/
+6
2025-10-24
builtin/maintenance: extend "maintenance.strategy" to manual maintenance
Patrick Steinhardt
1
-5
/
+20
2025-10-24
builtin/maintenance: run maintenance tasks depending on type
Patrick Steinhardt
1
-9
/
+19
2025-10-24
builtin/maintenance: improve readability of strategies
Patrick Steinhardt
1
-11
/
+25
2025-10-24
builtin/maintenance: don't silently ignore invalid strategy
Patrick Steinhardt
1
-6
/
+11
2025-10-24
builtin/maintenance: make the geometric factor configurable
Patrick Steinhardt
1
-1
/
+8
2025-10-24
builtin/maintenance: introduce "geometric-repack" task
Patrick Steinhardt
1
-0
/
+102
2025-10-24
builtin/gc: make `too_many_loose_objects()` reusable without GC config
Patrick Steinhardt
1
-4
/
+4
2025-10-24
builtin/gc: remove global `repack` variable
Patrick Steinhardt
1
-29
/
+45
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-9
/
+7
[next]