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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
17
-182
/
+134
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
1
-4
/
+3
2025-11-03
object-file: rename `has_loose_object()`
Patrick Steinhardt
1
-2
/
+2
2025-11-03
last-modified: implement faster algorithm
Toon Claes
1
-15
/
+235
2025-11-03
Merge branch 'ps/maintenance-geometric'
Junio C Hamano
1
-55
/
+258
2025-10-30
Merge branch 'rz/bisect-help-unknown'
Junio C Hamano
1
-1
/
+5
2025-10-30
Merge branch 'ps/remove-packfile-store-get-packs'
Junio C Hamano
8
-52
/
+31
2025-10-30
Merge branch 'ey/commit-graph-changed-paths-config'
Junio C Hamano
1
-0
/
+2
2025-10-30
packfile: track packs via the MRU list exclusively
Patrick Steinhardt
1
-2
/
+2
2025-10-30
packfile: move list of packs into the packfile store
Patrick Steinhardt
1
-2
/
+2
2025-10-30
builtin/pack-objects: simplify logic to find kept or nonlocal objects
Patrick Steinhardt
1
-14
/
+14
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
1
-5
/
+4
2025-10-30
fast-import: mark strings for translation
Christian Couder
1
-140
/
+140
2025-10-30
fast-export: mark strings for translation
Christian Couder
1
-39
/
+40
2025-10-29
Merge branch 'tb/incremental-midx-part-3.1'
Junio C Hamano
1
-1264
/
+92
2025-10-28
bisect: update usage and docs to match each other
Ruoyu Zhong
1
-8
/
+13
2025-10-28
Merge branch 'cc/fast-import-strip-signed-tags'
Junio C Hamano
2
-4
/
+46
2025-10-28
Merge branch 'ds/sparse-checkout-clean'
Junio C Hamano
1
-56
/
+160
2025-10-28
Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec...
Junio C Hamano
9
-1316
/
+123
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-22
Merge branch 'bc/sha1-256-interop-01'
Junio C Hamano
1
-1
/
+10
2025-10-22
bisect: fix handling of `help` and invalid subcommands
Ruoyu Zhong
1
-1
/
+5
2025-10-22
commit-graph: add new config for changed-paths & recommend it in scalar
Emily Yang
1
-0
/
+2
2025-10-22
Merge branch 'jt/repo-structure' into ps/ref-peeled-tags
Junio C Hamano
1
-3
/
+377
2025-10-22
Merge branch 'tb/incremental-midx-part-3.1' into ps/ref-peeled-tags
Junio C Hamano
1
-1264
/
+92
2025-10-21
builtin/repo: add progress meter for structure stats
Justin Tobler
1
-6
/
+40
2025-10-21
builtin/repo: add keyvalue and nul format for structure stats
Justin Tobler
1
-4
/
+51
2025-10-21
builtin/repo: add object counts in structure output
Justin Tobler
1
-6
/
+99
2025-10-21
builtin/repo: introduce structure subcommand
Justin Tobler
1
-0
/
+200
2025-10-21
builtin/repo: rename repo_info() to cmd_repo_info()
Justin Tobler
1
-3
/
+3
2025-10-21
Merge branch 'tb/incremental-midx-part-3.1' into ps/maintenance-geometric
Junio C Hamano
12
-1300
/
+148
2025-10-20
Merge branch 'tb/cat-file-objectmode-update'
Junio C Hamano
1
-1
/
+1
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
2
-4
/
+4
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
6
-47
/
+26
2025-10-16
builtin/grep: simplify how we preload packs
Patrick Steinhardt
1
-1
/
+1
2025-10-16
builtin/gc: convert to use `packfile_store_get_all_packs()`
Patrick Steinhardt
1
-1
/
+1
2025-10-16
Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...
Junio C Hamano
12
-1300
/
+148
2025-10-16
builtin/repack.c: clean up unused `#include`s
Taylor Blau
1
-9
/
+0
2025-10-16
repack: move `write_cruft_pack()` out of the builtin
Taylor Blau
1
-94
/
+0
2025-10-16
repack: move `write_filtered_pack()` out of the builtin
Taylor Blau
1
-46
/
+0
2025-10-16
repack: move `pack_kept_objects` to `struct pack_objects_args`
Taylor Blau
1
-13
/
+7
[prev]
[next]