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
/
pack-bitmap.c
Age
Commit message (
Expand
)
Author
Lines
2024-12-23
Merge branch 'tb/bitmap-fix-pack-reuse'
Junio C Hamano
-23
/
+18
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
-0
/
+2
2024-12-18
pack-bitmap.c: ensure pack validity for all reuse packs
Taylor Blau
-23
/
+18
2024-12-13
Merge branch 'kn/midx-wo-the-repository'
Junio C Hamano
-38
/
+58
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
-3
/
+3
2024-12-04
Merge branch 'tb/boundary-traversal-fix'
Junio C Hamano
-1
/
+1
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
-35
/
+55
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
-1
/
+1
2024-11-22
pack-bitmap.c: typofix in `find_boundary_objects()`
Taylor Blau
-1
/
+1
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
-2
/
+2
2024-09-30
pseudo-merge: fix various memory leaks
Patrick Steinhardt
-2
/
+2
2024-08-27
pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse
Taylor Blau
-4
/
+7
2024-08-27
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
-0
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
-1
/
+4
2024-06-24
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
-11
/
+353
2024-06-14
pack-bitmap.c: ensure pseudo-merge offset reads are bounded
Taylor Blau
-0
/
+5
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
-1
/
+2
2024-06-11
pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
Taylor Blau
-0
/
+13
2024-05-30
pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
Taylor Blau
-3
/
+2
2024-05-24
pseudo-merge: implement support for finding existing merges
Taylor Blau
-0
/
+32
2024-05-24
pack-bitmap: extra trace2 information
Taylor Blau
-1
/
+25
2024-05-24
pack-bitmap.c: use pseudo-merges during traversal
Taylor Blau
-1
/
+111
2024-05-24
pack-bitmap: implement test helpers for pseudo-merge
Taylor Blau
-0
/
+126
2024-05-24
pack-bitmap.c: read pseudo-merge extension
Taylor Blau
-0
/
+39
2024-05-24
pack-bitmap: extract `read_bitmap()` function
Taylor Blau
-9
/
+15
2024-04-23
Merge branch 'ps/missing-btmp-fix'
Junio C Hamano
-20
/
+21
2024-04-15
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
-20
/
+21
2024-02-06
Merge branch 'tb/pack-bitmap-drop-unused-struct-member'
Junio C Hamano
-7
/
+0
2024-01-29
pack-bitmap: drop unused `reuse_objects`
Taylor Blau
-7
/
+0
2023-12-14
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
-10
/
+24
2023-12-14
pack-bitmap: prepare to mark objects from multiple packs for reuse
Taylor Blau
-66
/
+106
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
-10
/
+7
2023-12-14
pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`
Taylor Blau
-2
/
+4
2023-12-14
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau
-9
/
+7
2023-12-14
pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions
Taylor Blau
-31
/
+87
2023-12-14
pack-bitmap: plug leak in find_objects()
Taylor Blau
-0
/
+2
2023-11-08
Merge branch 'tb/rev-list-unpacked-fix'
Junio C Hamano
-0
/
+27
2023-11-07
pack-bitmap: drop --unpacked non-commit objects from results
Taylor Blau
-0
/
+27
2023-08-29
pack-bitmap: mark unused parameters in show_object callback
Jeff King
-2
/
+3
2023-07-25
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
-5
/
+7
2023-07-14
pack-bitmap.c: ensure that eindex lookups don't overflow
Taylor Blau
-5
/
+7
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
-1
/
+0
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
-1
/
+1
2023-06-23
Merge branch 'tb/open-midx-bitmap-fallback'
Junio C Hamano
-3
/
+5
2023-06-22
Merge branch 'tb/pack-bitmap-traversal-with-boundary'
Junio C Hamano
-39
/
+202
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-12
pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack
Taylor Blau
-3
/
+5
2023-05-08
pack-bitmap.c: use commit boundary during bitmap traversal
Taylor Blau
-13
/
+169
[next]