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
/
pack-objects.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-04
Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r...
Junio C Hamano
1
-55
/
+40
2024-12-04
Merge branch 'kn/the-repository' into kn/midx-wo-the-repository
Junio C Hamano
1
-4
/
+7
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
1
-2
/
+5
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
1
-2
/
+2
2024-11-22
Merge branch 'tb/multi-pack-reuse-dupfix'
Junio C Hamano
1
-55
/
+40
2024-11-15
pack-objects: only perform verbatim reuse on the preferred pack
Taylor Blau
1
-55
/
+40
2024-11-12
index-pack: repack local links into promisor packs
Jonathan Tan
1
-0
/
+28
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
1
-2
/
+2
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-0
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
1
-1
/
+1
2024-09-05
builtin/pack-objects: plug leaking list of keep-packs
Patrick Steinhardt
1
-0
/
+1
2024-08-27
builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER`
Taylor Blau
1
-1
/
+1
2024-08-27
builtin/pack-objects.c: translate bit positions during pack-reuse
Taylor Blau
1
-8
/
+36
2024-08-26
Merge branch 'tb/pseudo-merge-bitmap-fixes'
Junio C Hamano
1
-4
/
+4
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_finish()`
Taylor Blau
1
-1
/
+1
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_build()`
Taylor Blau
1
-1
/
+1
2024-08-15
pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`
Taylor Blau
1
-1
/
+1
2024-08-15
pack-bitmap: initialize `bitmap_writer_init()` with packing_data
Taylor Blau
1
-1
/
+1
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-2
/
+3
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-1
/
+2
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
1
-1
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-3
/
+3
2024-05-28
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
1
-6
/
+13
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
1
-1
/
+2
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-3
/
+3
2024-05-15
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau
1
-1
/
+2
2024-05-15
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau
1
-2
/
+1
2024-05-15
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau
1
-6
/
+13
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-3
/
+7
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-2
/
+4
2024-02-05
pack-objects: enable multi-pack reuse via `feature.experimental`
Taylor Blau
1
-0
/
+2
2024-01-12
Merge branch 'tb/multi-pack-verbatim-reuse'
Junio C Hamano
1
-35
/
+134
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-3
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-3
/
+0
2023-12-14
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
1
-1
/
+5
2023-12-14
pack-objects: allow setting `pack.allowPackReuse` to "single"
Taylor Blau
1
-3
/
+16
2023-12-14
pack-objects: add tracing for various packfile metrics
Taylor Blau
1
-0
/
+7
2023-12-14
pack-objects: include number of packs reused in output
Taylor Blau
1
-2
/
+6
2023-12-14
pack-objects: prepare `write_reused_pack_verbatim()` for multi-pack reuse
Taylor Blau
1
-13
/
+60
2023-12-14
pack-objects: prepare `write_reused_pack()` for multi-pack reuse
Taylor Blau
1
-2
/
+8
2023-12-14
pack-objects: pass `bitmapped_pack`'s to pack-reuse functions
Taylor Blau
1
-16
/
+17
2023-12-14
pack-objects: keep track of `pack_start` for each reuse pack
Taylor Blau
1
-3
/
+8
2023-12-14
pack-objects: parameterize pack-reuse routines over a single pack
Taylor Blau
1
-6
/
+10
[next]