index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Lines
2025-10-21
builtin/repo: add progress meter for structure stats
Justin Tobler
-6
/
+40
2025-10-21
builtin/repo: add keyvalue and nul format for structure stats
Justin Tobler
-4
/
+51
2025-10-21
builtin/repo: add object counts in structure output
Justin Tobler
-6
/
+99
2025-10-21
builtin/repo: introduce structure subcommand
Justin Tobler
-0
/
+200
2025-10-21
builtin/repo: rename repo_info() to cmd_repo_info()
Justin Tobler
-3
/
+3
2025-10-21
Merge branch 'tb/incremental-midx-part-3.1' into ps/maintenance-geometric
Junio C Hamano
-1302
/
+150
2025-10-20
Merge branch 'tb/cat-file-objectmode-update'
Junio C Hamano
-1
/
+1
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
-4
/
+4
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
-47
/
+26
2025-10-16
builtin/grep: simplify how we preload packs
Patrick Steinhardt
-1
/
+1
2025-10-16
builtin/gc: convert to use `packfile_store_get_all_packs()`
Patrick Steinhardt
-1
/
+1
2025-10-16
Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...
Junio C Hamano
-1302
/
+150
2025-10-16
builtin/repack.c: clean up unused `#include`s
Taylor Blau
-9
/
+0
2025-10-16
repack: move `write_cruft_pack()` out of the builtin
Taylor Blau
-94
/
+0
2025-10-16
repack: move `write_filtered_pack()` out of the builtin
Taylor Blau
-46
/
+0
2025-10-16
repack: move `pack_kept_objects` to `struct pack_objects_args`
Taylor Blau
-13
/
+7
2025-10-16
repack: move `finish_pack_objects_cmd()` out of the builtin
Taylor Blau
-33
/
+0
2025-10-16
builtin/repack.c: pass `write_pack_opts` to `finish_pack_objects_cmd()`
Taylor Blau
-12
/
+20
2025-10-16
repack: extract `write_pack_opts_is_local()`
Taylor Blau
-4
/
+2
2025-10-16
repack: move `find_pack_prefix()` out of the builtin
Taylor Blau
-16
/
+4
2025-10-16
builtin/repack.c: use `write_pack_opts` within `write_cruft_pack()`
Taylor Blau
-13
/
+14
2025-10-16
builtin/repack.c: introduce `struct write_pack_opts`
Taylor Blau
-14
/
+16
2025-10-16
repack: 'write_midx_included_packs' API from the builtin
Taylor Blau
-305
/
+0
2025-10-16
builtin/repack.c: inline packs within `write_midx_included_packs()`
Taylor Blau
-9
/
+8
2025-10-16
builtin/repack.c: pass `repack_write_midx_opts` to `midx_included_packs`
Taylor Blau
-5
/
+8
2025-10-16
builtin/repack.c: inline `remove_redundant_bitmaps()`
Taylor Blau
-7
/
+8
2025-10-16
builtin/repack.c: reorder `remove_redundant_bitmaps()`
Taylor Blau
-29
/
+29
2025-10-16
repack: keep track of MIDX pack names using existing_packs
Taylor Blau
-22
/
+4
2025-10-16
builtin/repack.c: use a string_list for 'midx_pack_names'
Taylor Blau
-23
/
+17
2025-10-16
builtin/repack.c: extract opts struct for 'write_midx_included_packs()'
Taylor Blau
-18
/
+34
2025-10-16
builtin/repack.c: remove ref snapshotting from builtin
Taylor Blau
-68
/
+0
2025-10-16
repack: remove pack_geometry API from the builtin
Taylor Blau
-235
/
+0
2025-10-16
builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()`
Taylor Blau
-2
/
+3
2025-10-16
builtin/repack.c: pass 'pack_kept_objects' to `pack_geometry_init()`
Taylor Blau
-2
/
+4
2025-10-16
builtin/repack.c: rename various pack_geometry functions
Taylor Blau
-26
/
+26
2025-10-16
builtin/repack.c: remove "repack_promisor_objects()" from the builtin
Taylor Blau
-95
/
+0
2025-10-16
builtin/repack.c: pass "packtmp" to `repack_promisor_objects()`
Taylor Blau
-2
/
+3
2025-10-16
repack: remove 'generated_pack' API from the builtin
Taylor Blau
-83
/
+0
2025-10-16
builtin/repack.c: provide pack locations to `generated_pack_install()`
Taylor Blau
-2
/
+4
2025-10-16
builtin/repack.c: pass "packtmp" to `generated_pack_populate()`
Taylor Blau
-3
/
+4
2025-10-16
builtin/repack.c: factor out "generated_pack_install"
Taylor Blau
-30
/
+35
2025-10-16
builtin/repack.c: rename "struct generated_pack_data"
Taylor Blau
-16
/
+16
2025-10-16
repack: remove 'existing_packs' API from the builtin
Taylor Blau
-173
/
+0
2025-10-16
builtin/repack.c: avoid unnecessary numeric casts in existing_packs
Taylor Blau
-2
/
+2
2025-10-16
builtin/repack.c: pass "packdir" when removing packs
Taylor Blau
-5
/
+9
2025-10-16
repack: remove 'remove_redundant_pack' from the builtin
Taylor Blau
-16
/
+2
2025-10-16
builtin/repack.c: rename many 'struct existing_packs' functions
Taylor Blau
-32
/
+34
2025-10-16
repack: remove 'prepare_pack_objects' from the builtin
Taylor Blau
-34
/
+0
2025-10-16
repack: move 'delta_base_offset' to 'struct pack_objects_args'
Taylor Blau
-5
/
+6
2025-10-16
builtin/repack.c: pass both pack_objects args to repack_config
Taylor Blau
-2
/
+13
[prev]
[next]