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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
Merge branch 'cc/fast-import-export-i18n-cleanup'
Junio C Hamano
2
-179
/
+180
2025-11-05
Merge branch 'rz/t0450-bisect-doc-update'
Junio C Hamano
1
-8
/
+13
2025-11-04
Merge branch 'jt/repo-structure'
Junio C Hamano
1
-3
/
+377
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
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
-1266
/
+94
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-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-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
-1302
/
+150
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
-1302
/
+150
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
2025-10-16
repack: move `finish_pack_objects_cmd()` out of the builtin
Taylor Blau
1
-33
/
+0
2025-10-16
builtin/repack.c: pass `write_pack_opts` to `finish_pack_objects_cmd()`
Taylor Blau
1
-12
/
+20
2025-10-16
repack: extract `write_pack_opts_is_local()`
Taylor Blau
1
-4
/
+2
2025-10-16
repack: move `find_pack_prefix()` out of the builtin
Taylor Blau
1
-16
/
+4
2025-10-16
builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`
Taylor Blau
1
-13
/
+14
2025-10-16
builtin/repack.c: introduce `struct write_pack_opts`
Taylor Blau
1
-14
/
+16
2025-10-16
repack: 'write_midx_included_packs' API from the builtin
Taylor Blau
1
-305
/
+0
2025-10-16
builtin/repack.c: inline packs within `write_midx_included_packs()`
Taylor Blau
1
-9
/
+8
[next]