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
/
repack.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-3
/
+6
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
1
-1
/
+1
2025-09-02
Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store
Junio C Hamano
1
-3
/
+4
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
1
-2
/
+3
2025-08-11
midx: write multi-pack indices via their source
Patrick Steinhardt
1
-1
/
+1
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-08-03
Merge branch 'ps/object-store-midx'
Junio C Hamano
1
-5
/
+5
2025-07-29
Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-info
Junio C Hamano
1
-5
/
+5
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-21
Merge branch 'tb/midx-avoid-cruft-packs'
Junio C Hamano
1
-20
/
+167
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-3
/
+4
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
1
-5
/
+5
2025-07-15
Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx
Junio C Hamano
1
-20
/
+167
2025-07-09
Merge branch 'ps/object-store' into ps/object-store-midx
Junio C Hamano
1
-3
/
+4
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
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-23
repack: exclude cruft pack(s) from the MIDX where possible
Taylor Blau
1
-20
/
+167
2025-06-17
Merge branch 'ds/path-walk-2'
Junio C Hamano
1
-1
/
+6
2025-05-16
repack: add --path-walk option
Derrick Stolee
1
-1
/
+6
2025-04-24
Merge branch 'ps/parse-options-integers'
Junio C Hamano
1
-7
/
+7
2025-04-17
parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()`
Patrick Steinhardt
1
-4
/
+4
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-21
repack: begin combining cruft packs with `--combine-cruft-below-size`
Taylor Blau
1
-13
/
+25
2025-03-21
repack: avoid combining cruft packs with `--max-cruft-size`
Taylor Blau
1
-41
/
+9
2025-02-12
Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo'
Junio C Hamano
1
-1
/
+4
2025-02-12
Merge branch 'ds/name-hash-tweaks'
Junio C Hamano
1
-1
/
+8
2025-02-04
builtin/repack: fix `--keep-unreachable` when there are no packs
Patrick Steinhardt
1
-1
/
+4
2025-01-27
repack: add --name-hash-version option
Derrick Stolee
1
-1
/
+8
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-18
server-info: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
1
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
[prev]
[next]