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
/
pack-bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
odb: eagerly initialize alternates
Patrick Steinhardt
1
-2
/
+0
2026-08-07
Merge branch 'dl/pack-bitmap-position-zero'
Junio C Hamano
1
-1
/
+1
2026-07-28
pack-bitmap: handle objects at bitmap position zero
David Lin
1
-1
/
+1
2026-07-22
Merge branch 'ps/odb-for-each-object-filter'
Junio C Hamano
1
-57
/
+72
2026-07-19
Merge branch 'js/coverity-fixes-null-safety'
Junio C Hamano
1
-0
/
+4
2026-07-15
odb: introduce object filters to `odb_for_each_object()`
Patrick Steinhardt
1
-2
/
+1
2026-07-15
pack-bitmap: introduce function to open bitmap for a single source
Patrick Steinhardt
1
-0
/
+12
2026-07-15
pack-bitmap: drop `_1` suffix from functions that open bitmaps
Patrick Steinhardt
1
-7
/
+7
2026-07-15
pack-bitmap: iterate object sources when opening bitmaps
Patrick Steinhardt
1
-38
/
+31
2026-07-15
pack-bitmap: allow aborting iteration of bitmapped objects
Patrick Steinhardt
1
-10
/
+21
2026-07-15
pack-bitmap: mark object filter as `const`
Patrick Steinhardt
1
-3
/
+3
2026-07-10
pack-bitmap: handle missing bitmap for base MIDX
Johannes Schindelin
1
-0
/
+4
2026-07-06
Merge branch 'ps/odb-source-packed'
Junio C Hamano
1
-3
/
+5
2026-07-02
packfile: thread odb_source_packed through packed_object_info()
Patrick Steinhardt
1
-1
/
+1
2026-06-24
Merge branch 'ps/odb-source-packed' into ps/odb-drop-whence
Junio C Hamano
1
-3
/
+5
2026-06-17
midx: refactor interfaces to work on "packed" source
Patrick Steinhardt
1
-3
/
+5
2026-06-15
odb: use size_t for object_info.sizep and the size APIs
Johannes Schindelin
1
-2
/
+2
2026-05-09
odb, packfile: use size_t for streaming object sizes
Johannes Schindelin
1
-1
/
+1
2026-03-25
Merge branch 'tb/incremental-midx-part-3.2'
Junio C Hamano
1
-5
/
+4
2026-02-24
midx: introduce `midx_get_checksum_hex()`
Taylor Blau
1
-2
/
+1
2026-02-24
midx: rename `get_midx_checksum()` to `midx_get_checksum_hash()`
Taylor Blau
1
-4
/
+4
2026-02-23
refs: replace `refs_for_each_ref_in()`
Patrick Steinhardt
1
-6
/
+7
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-1
/
+1
2026-02-19
pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"
Patrick Steinhardt
1
-1
/
+12
2026-02-19
pack-bitmap: deduplicate logic to iterate over preferred bitmap tips
Patrick Steinhardt
1
-1
/
+17
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
1
-2
/
+1
2025-11-30
Merge branch 'jk/asan-bonanza'
Junio C Hamano
1
-4
/
+25
2025-11-18
pack-bitmap: handle name-hash lookups in incremental bitmaps
Jeff King
1
-4
/
+25
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
1
-3
/
+3
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
1
-2
/
+2
2025-08-11
midx: compute paths via their source
Patrick Steinhardt
1
-6
/
+4
2025-08-11
midx: stop duplicating info redundant with its owning source
Patrick Steinhardt
1
-6
/
+7
2025-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
1
-2
/
+2
2025-07-29
Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-info
Junio C Hamano
1
-6
/
+15
2025-07-15
Merge branch 'ly/load-bitmap-leakfix'
Junio C Hamano
1
-24
/
+64
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-5
/
+5
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
1
-6
/
+15
2025-07-09
Merge branch 'ps/object-store' into ps/object-store-midx
Junio C Hamano
1
-5
/
+5
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-4
/
+4
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-07-01
pack-bitmap: add load corrupt bitmap test
Lidong Yan
1
-5
/
+57
2025-07-01
pack-bitmap: reword comments in test_bitmap_commits()
Lidong Yan
1
-2
/
+3
2025-07-01
pack-bitmap: fix memory leak if load_bitmap() failed
Taylor Blau
1
-17
/
+4
2025-06-09
pack-bitmap: remove checks before bitmap_free
Lidong Yan
1
-2
/
+2
2025-05-12
pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed
Lidong Yan
1
-4
/
+4
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-2
/
+1
2025-04-16
Merge branch 'ps/cat-file-filter-batch'
Junio C Hamano
1
-9
/
+72
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-7
/
+8
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
1
-1
/
+0
[next]