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
/
pack-bitmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-04-07
pack-bitmap: introduce function to check whether a pack is bitmapped
Patrick Steinhardt
1
-0
/
+15
2025-04-07
pack-bitmap: add function to iterate over filtered bitmapped objects
Patrick Steinhardt
1
-6
/
+53
2025-04-07
pack-bitmap: allow passing payloads to `show_reachable_fn()`
Patrick Steinhardt
1
-7
/
+8
2025-03-21
pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators
Taylor Blau
1
-15
/
+27
2025-03-21
pack-bitmap.c: keep track of each layer's type bitmaps
Taylor Blau
1
-4
/
+53
2025-03-21
pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs
Taylor Blau
1
-3
/
+8
2025-03-21
pack-bitmap.c: compute disk-usage with incremental MIDXs
Taylor Blau
1
-2
/
+2
2025-03-21
pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs
Taylor Blau
1
-21
/
+86
2025-03-21
pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs
Taylor Blau
1
-3
/
+8
2025-03-21
pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs
Taylor Blau
1
-1
/
+1
2025-03-21
pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs
Taylor Blau
1
-4
/
+7
2025-03-21
pack-bitmap.c: open and store incremental bitmap layers
Taylor Blau
1
-14
/
+48
2025-03-21
pack-revindex: prepare for incremental MIDX bitmaps
Taylor Blau
1
-12
/
+31
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-3
/
+3
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
1
-4
/
+5
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
1
-1
/
+3
2024-12-23
Merge branch 'tb/bitmap-fix-pack-reuse'
Junio C Hamano
1
-23
/
+18
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+3
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
1
-0
/
+2
2024-12-18
pack-bitmap.c: ensure pack validity for all reuse packs
Taylor Blau
1
-23
/
+18
2024-12-13
Merge branch 'kn/midx-wo-the-repository'
Junio C Hamano
1
-38
/
+58
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
1
-3
/
+3
2024-12-04
Merge branch 'tb/boundary-traversal-fix'
Junio C Hamano
1
-1
/
+1
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
1
-35
/
+55
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
1
-1
/
+1
2024-11-22
pack-bitmap.c: typofix in `find_boundary_objects()`
Taylor Blau
1
-1
/
+1
[next]