index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse
Taylor Blau
2024-08-27
1
-4
/
+7
*
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
2024-08-27
1
-0
/
+1
*
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-1
/
+4
|
\
|
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
|
*
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+2
*
|
Merge branch 'tb/pseudo-merge-reachability-bitmap'
Junio C Hamano
2024-06-25
1
-11
/
+353
|
\
\
|
*
|
pack-bitmap.c: ensure pseudo-merge offset reads are bounded
Taylor Blau
2024-06-14
1
-0
/
+5
|
*
|
pseudo-merge: implement support for finding existing merges
Taylor Blau
2024-05-24
1
-0
/
+32
|
*
|
pack-bitmap: extra trace2 information
Taylor Blau
2024-05-24
1
-1
/
+25
|
*
|
pack-bitmap.c: use pseudo-merges during traversal
Taylor Blau
2024-05-24
1
-1
/
+111
|
*
|
pack-bitmap: implement test helpers for pseudo-merge
Taylor Blau
2024-05-24
1
-0
/
+126
|
*
|
pack-bitmap.c: read pseudo-merge extension
Taylor Blau
2024-05-24
1
-0
/
+39
|
*
|
pack-bitmap: extract `read_bitmap()` function
Taylor Blau
2024-05-24
1
-9
/
+15
*
|
|
pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse
Taylor Blau
2024-06-12
1
-0
/
+13
|
|
/
|
/
|
*
|
pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper
Taylor Blau
2024-05-30
1
-3
/
+2
|
/
*
Merge branch 'ps/missing-btmp-fix'
Junio C Hamano
2024-04-23
1
-20
/
+21
|
\
|
*
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
2024-04-15
1
-20
/
+21
*
|
Merge branch 'tb/pack-bitmap-drop-unused-struct-member'
Junio C Hamano
2024-02-06
1
-7
/
+0
|
\
\
|
|
/
|
/
|
|
*
pack-bitmap: drop unused `reuse_objects`
Taylor Blau
2024-01-29
1
-7
/
+0
*
|
pack-bitmap: enable reuse from all bitmapped packs
Taylor Blau
2023-12-14
1
-10
/
+24
*
|
pack-bitmap: prepare to mark objects from multiple packs for reuse
Taylor Blau
2023-12-14
1
-66
/
+106
*
|
midx: implement `midx_preferred_pack()`
Taylor Blau
2023-12-14
1
-10
/
+7
*
|
pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`
Taylor Blau
2023-12-14
1
-2
/
+4
*
|
pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature
Taylor Blau
2023-12-14
1
-9
/
+7
*
|
pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions
Taylor Blau
2023-12-14
1
-31
/
+87
*
|
pack-bitmap: plug leak in find_objects()
Taylor Blau
2023-12-14
1
-0
/
+2
|
/
*
Merge branch 'tb/rev-list-unpacked-fix'
Junio C Hamano
2023-11-08
1
-0
/
+27
|
\
|
*
pack-bitmap: drop --unpacked non-commit objects from results
Taylor Blau
2023-11-07
1
-0
/
+27
*
|
pack-bitmap: mark unused parameters in show_object callback
Jeff King
2023-08-30
1
-2
/
+3
|
/
*
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-25
1
-5
/
+7
|
\
|
*
pack-bitmap.c: ensure that eindex lookups don't overflow
Taylor Blau
2023-07-14
1
-5
/
+7
*
|
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+1
|
\
\
|
*
|
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
|
/
*
|
Merge branch 'tb/open-midx-bitmap-fallback'
Junio C Hamano
2023-06-23
1
-3
/
+5
|
\
\
|
*
|
pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack
Taylor Blau
2023-06-12
1
-3
/
+5
|
|
/
*
|
Merge branch 'tb/pack-bitmap-traversal-with-boundary'
Junio C Hamano
2023-06-23
1
-39
/
+202
|
\
\
|
|
/
|
/
|
|
*
pack-bitmap.c: use commit boundary during bitmap traversal
Taylor Blau
2023-05-08
1
-13
/
+169
|
*
pack-bitmap.c: extract `fill_in_bitmap()`
Taylor Blau
2023-05-08
1
-29
/
+36
*
|
fsck: verify checksums of all .bitmap files
Derrick Stolee
2023-05-02
1
-0
/
+45
|
/
*
Merge branch 'ds/fsck-pack-revindex'
Junio C Hamano
2023-04-28
1
-2
/
+2
|
\
|
*
fsck: validate .rev file header
Derrick Stolee
2023-04-17
1
-2
/
+2
*
|
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
2023-04-28
1
-10
/
+13
|
\
|
|
*
pack-revindex: make `load_pack_revindex` take a repository
Taylor Blau
2023-04-13
1
-10
/
+13
*
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
|
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-1
/
+2
|
\
|
|
*
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
[next]