index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
gc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-10-16
builtin/gc: convert to use `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-1
/
+1
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-3
/
+5
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
1
-1
/
+1
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-2
/
+2
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-1
/
+2
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-1
/
+2
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-6
/
+4
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-35
/
+35
2025-08-01
Merge branch 'jk/unleak-reflog-expire-entry'
Junio C Hamano
1
-0
/
+1
2025-07-23
config: drop `git_config_set_multivar_in_file_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_bool()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-07-23
config: drop `git_config_get_ulong()` wrapper
Patrick Steinhardt
1
-5
/
+5
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-13
/
+13
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_string_multi()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-22
reflog: close leak of reflog expire entry
Jacob Keller
1
-0
/
+1
2025-07-16
object-file: get rid of `the_repository` in loose object iterators
Patrick Steinhardt
1
-6
/
+4
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-8
/
+8
2025-07-14
Merge branch 'ac/prune-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-14
Merge branch 'cb/total-ram-bsd-fix'
Junio C Hamano
1
-3
/
+10
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
1
-8
/
+8
2025-07-07
builtin/gc: correct total_ram calculation with HAVE_BSD_SYSCTL
Carlo Marcelo Arenas Belón
1
-3
/
+10
2025-07-07
repository: move 'repository_format_precious_objects' to repo scope
Ayush Chandekar
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
1
-7
/
+7
2025-06-25
Merge branch 'ps/maintenance-ref-lock'
Junio C Hamano
1
-172
/
+238
2025-06-03
builtin/maintenance: fix locking race when handling "gc" task
Patrick Steinhardt
1
-14
/
+27
2025-06-03
builtin/gc: avoid global state in `gc_before_repack()`
Patrick Steinhardt
1
-15
/
+9
2025-06-03
builtin/maintenance: fix locking race with refs and reflogs tasks
Patrick Steinhardt
1
-2
/
+2
2025-06-03
builtin/maintenance: split into foreground and background tasks
Patrick Steinhardt
1
-21
/
+49
2025-06-03
builtin/maintenance: fix typedef for function pointers
Patrick Steinhardt
1
-5
/
+5
2025-06-03
builtin/maintenance: extract function to run tasks
Patrick Steinhardt
1
-12
/
+23
2025-06-03
builtin/maintenance: stop modifying global array of tasks
Patrick Steinhardt
1
-94
/
+112
[next]