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-10-16
builtin/repack.c: pass `repack_write_midx_opts` to `midx_included_packs`
Taylor Blau
1
-5
/
+8
2025-10-16
builtin/repack.c: inline `remove_redundant_bitmaps()`
Taylor Blau
1
-7
/
+8
2025-10-16
builtin/repack.c: reorder `remove_redundant_bitmaps()`
Taylor Blau
1
-29
/
+29
2025-10-16
repack: keep track of MIDX pack names using existing_packs
Taylor Blau
1
-22
/
+4
2025-10-16
builtin/repack.c: use a string_list for 'midx_pack_names'
Taylor Blau
1
-23
/
+17
2025-10-16
builtin/repack.c: extract opts struct for 'write_midx_included_packs()'
Taylor Blau
1
-18
/
+34
2025-10-16
builtin/repack.c: remove ref snapshotting from builtin
Taylor Blau
1
-68
/
+0
2025-10-16
repack: remove pack_geometry API from the builtin
Taylor Blau
1
-235
/
+0
2025-10-16
builtin/repack.c: pass 'packdir' to `pack_geometry_remove_redundant()`
Taylor Blau
1
-2
/
+3
2025-10-16
builtin/repack.c: pass 'pack_kept_objects' to `pack_geometry_init()`
Taylor Blau
1
-2
/
+4
2025-10-16
builtin/repack.c: rename various pack_geometry functions
Taylor Blau
1
-26
/
+26
2025-10-16
builtin/repack.c: remove "repack_promisor_objects()" from the builtin
Taylor Blau
1
-95
/
+0
2025-10-16
builtin/repack.c: pass "packtmp" to `repack_promisor_objects()`
Taylor Blau
1
-2
/
+3
2025-10-16
repack: remove 'generated_pack' API from the builtin
Taylor Blau
1
-83
/
+0
2025-10-16
builtin/repack.c: provide pack locations to `generated_pack_install()`
Taylor Blau
1
-2
/
+4
2025-10-16
builtin/repack.c: pass "packtmp" to `generated_pack_populate()`
Taylor Blau
1
-3
/
+4
2025-10-16
builtin/repack.c: factor out "generated_pack_install"
Taylor Blau
1
-30
/
+35
2025-10-16
builtin/repack.c: rename "struct generated_pack_data"
Taylor Blau
1
-16
/
+16
2025-10-16
repack: remove 'existing_packs' API from the builtin
Taylor Blau
1
-173
/
+0
2025-10-16
builtin/repack.c: avoid unnecessary numeric casts in existing_packs
Taylor Blau
1
-2
/
+2
2025-10-16
builtin/repack.c: pass "packdir" when removing packs
Taylor Blau
1
-5
/
+9
2025-10-16
repack: remove 'remove_redundant_pack' from the builtin
Taylor Blau
1
-16
/
+2
2025-10-16
builtin/repack.c: rename many 'struct existing_packs' functions
Taylor Blau
1
-32
/
+34
2025-10-16
repack: remove 'prepare_pack_objects' from the builtin
Taylor Blau
1
-34
/
+0
2025-10-16
repack: move 'delta_base_offset' to 'struct pack_objects_args'
Taylor Blau
1
-5
/
+6
2025-10-16
builtin/repack.c: pass both pack_objects args to repack_config
Taylor Blau
1
-2
/
+13
2025-10-16
repack: introduce new compilation unit
Taylor Blau
1
-24
/
+1
2025-10-16
builtin/repack.c: avoid using `hash_to_hex()` in pack geometry
Taylor Blau
1
-1
/
+3
2025-10-16
builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`
Taylor Blau
1
-5
/
+8
2025-10-16
builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()`
Taylor Blau
1
-1
/
+1
2025-10-16
builtin/repack.c: avoid "the_hash_algo" in `write_oid()`
Taylor Blau
1
-3
/
+12
2025-10-16
builtin/repack.c: avoid "the_hash_algo" when deleting packs
Taylor Blau
1
-4
/
+6
2025-10-16
builtin/repack.c: avoid "the_repository" when repacking promisor objects
Taylor Blau
1
-3
/
+4
2025-10-16
builtin/repack.c: avoid "the_repository" when removing packs
Taylor Blau
1
-8
/
+10
2025-10-16
builtin/repack.c: avoid "the_repository" when taking a ref snapshot
Taylor Blau
1
-7
/
+9
2025-10-16
builtin/repack.c: avoid "the_repository" in existing packs API
Taylor Blau
1
-3
/
+5
2025-10-16
builtin/repack.c: avoid "the_repository" in `cmd_repack()`
Taylor Blau
1
-15
/
+16
2025-10-14
Merge branch 'kh/format-patch-range-diff-notes'
Junio C Hamano
2
-12
/
+11
2025-10-13
builtin/cat-file.c: simplify calling `report_object_status()`
Taylor Blau
1
-1
/
+1
2025-10-13
fast-import: add '--signed-tags=<mode>' option
Christian Couder
1
-0
/
+43
2025-10-13
fast-export: handle all kinds of tag signatures
Christian Couder
1
-4
/
+3
2025-10-09
rev-parse: allow printing compatibility hash
brian m. carlson
1
-1
/
+10
2025-10-08
Merge branch 'ml/reflog-write-committer-info-fix'
Junio C Hamano
1
-0
/
+2
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
1
-3
/
+3
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
12
-43
/
+63
2025-10-02
Merge branch 'kh/you-still-use-whatchanged-fix'
Junio C Hamano
2
-2
/
+8
2025-10-02
Merge branch 'ps/config-get-color-fixes'
Junio C Hamano
1
-5
/
+15
2025-10-02
Merge branch 'cc/fast-import-strip-signed-commits'
Junio C Hamano
2
-24
/
+58
2025-10-02
Merge branch 'ms/refs-optimize'
Junio C Hamano
2
-49
/
+22
2025-10-02
Merge branch 'jt/odb-transaction'
Junio C Hamano
3
-17
/
+24
[prev]
[next]