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
2025-05-12
pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
Lidong Yan
-4
/
+4
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
-2
/
+1
2025-04-16
Merge branch 'ps/cat-file-filter-batch'
Junio C Hamano
-9
/
+72
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
-7
/
+8
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
-1
/
+0
2025-04-07
pack-bitmap: introduce function to check whether a pack is bitmapped
Patrick Steinhardt
-0
/
+15
2025-04-07
pack-bitmap: add function to iterate over filtered bitmapped objects
Patrick Steinhardt
-6
/
+53
2025-04-07
pack-bitmap: allow passing payloads to `show_reachable_fn()`
Patrick Steinhardt
-7
/
+8
2025-03-21
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
Taylor Blau
-15
/
+27
2025-03-21
pack-bitmap.c: keep track of each layer's type bitmaps
Taylor Blau
-4
/
+53
2025-03-21
pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs
Taylor Blau
-3
/
+8
2025-03-21
pack-bitmap.c: compute disk-usage with incremental MIDXs
Taylor Blau
-2
/
+2
2025-03-21
pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs
Taylor Blau
-21
/
+86
2025-03-21
pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs
Taylor Blau
-3
/
+8
2025-03-21
pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs
Taylor Blau
-1
/
+1
2025-03-21
pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
Taylor Blau
-4
/
+7
2025-03-21
pack-bitmap.c: open and store incremental bitmap layers
Taylor Blau
-14
/
+48
2025-03-21
pack-revindex: prepare for incremental MIDX bitmaps
Taylor Blau
-12
/
+31
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
-3
/
+3
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
-4
/
+5
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
-1
/
+3
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
progress: stop using `the_repository`
Patrick Steinhardt
-1
/
+3
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
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
[next]