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: propagate namehash values from existing bitmaps
Taylor Blau
2021-09-15
1
-6
/
+8
*
t/helper/test-bitmap.c: add 'dump-hashes' mode
Taylor Blau
2021-09-15
1
-0
/
+27
*
pack-bitmap: drop bitmap_index argument from try_partial_reuse()
Jeff King
2021-09-10
1
-3
/
+2
*
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
Jeff King
2021-09-10
1
-2
/
+1
*
pack-bitmap: read multi-pack bitmaps
Taylor Blau
2021-09-01
1
-38
/
+319
*
pack-bitmap.c: avoid redundant calls to try_partial_reuse
Taylor Blau
2021-09-01
1
-11
/
+29
*
pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
Taylor Blau
2021-09-01
1
-0
/
+16
*
pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
Taylor Blau
2021-09-01
1
-3
/
+10
*
pack-bitmap.c: introduce 'bitmap_num_objects()'
Taylor Blau
2021-09-01
1
-16
/
+21
*
pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
Taylor Blau
2021-08-24
1
-0
/
+48
*
Merge branch 'jk/check-pack-valid-before-opening-bitmap'
Junio C Hamano
2021-08-02
1
-0
/
+5
|
\
|
*
pack-bitmap: check pack validity when opening bitmap
Jeff King
2021-07-23
1
-0
/
+5
*
|
Merge branch 'tb/bitmap-type-filter-comment-fix'
Junio C Hamano
2021-08-02
1
-5
/
+6
|
\
\
|
*
|
pack-bitmap: clarify comment in filter_bitmap_exclude_type()
Taylor Blau
2021-07-21
1
-5
/
+6
*
|
|
bitmaps: don't recurse into trees already in the bitmap
Jeff King
2021-06-15
1
-0
/
+18
|
|
/
|
/
|
*
|
Merge branch 'ps/rev-list-object-type-filter'
Junio C Hamano
2021-05-07
1
-5
/
+40
|
\
\
|
*
|
rev-list: allow filtering of provided items
Patrick Steinhardt
2021-04-19
1
-2
/
+4
|
*
|
pack-bitmap: implement combined filter
Patrick Steinhardt
2021-04-19
1
-0
/
+10
|
*
|
pack-bitmap: implement object type filter
Patrick Steinhardt
2021-04-19
1
-3
/
+26
*
|
|
Merge branch 'jk/prune-with-bitmap-fix'
Junio C Hamano
2021-05-07
1
-0
/
+3
|
\
\
\
|
*
|
|
pack-bitmap: clean up include_check after use
Jeff King
2021-04-29
1
-0
/
+3
*
|
|
|
Merge branch 'tb/pack-preferred-tips-to-give-bitmap'
Junio C Hamano
2021-04-14
1
-0
/
+24
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
builtin/pack-objects.c: respect 'pack.preferBitmapTips'
Taylor Blau
2021-04-01
1
-0
/
+6
|
*
|
|
pack-bitmap: add 'test_bitmap_commits()' helper
Taylor Blau
2021-04-01
1
-0
/
+18
|
|
/
/
*
|
|
Merge branch 'ps/pack-bitmap-optim'
Junio C Hamano
2021-04-08
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pack-bitmap: avoid traversal of objects referenced by uninteresting tag
Patrick Steinhardt
2021-03-22
1
-0
/
+1
|
|
/
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
|
rev-list: add --disk-usage option for calculating disk usage
Jeff King
2021-02-11
1
-0
/
+81
*
|
rebuild_existing_bitmaps(): convert to new revindex API
Taylor Blau
2021-01-14
1
-3
/
+2
*
|
try_partial_reuse(): convert to new revindex API
Taylor Blau
2021-01-14
1
-8
/
+5
*
|
get_size_by_pos(): convert to new revindex API
Taylor Blau
2021-01-14
1
-4
/
+4
*
|
show_objects_for_type(): convert to new revindex API
Taylor Blau
2021-01-14
1
-6
/
+7
*
|
bitmap_position_packfile(): convert to new revindex API
Taylor Blau
2021-01-14
1
-1
/
+4
*
|
pack-bitmap: factor out 'add_commit_to_bitmap()'
Taylor Blau
2020-12-08
1
-15
/
+21
*
|
pack-bitmap: factor out 'bitmap_for_commit()'
Taylor Blau
2020-12-08
1
-14
/
+19
*
|
pack-bitmap-write: ignore BITMAP_FLAG_REUSE
Jeff King
2020-12-08
1
-40
/
+6
*
|
pack-bitmap.c: check reads more aggressively when loading
Taylor Blau
2020-12-08
1
-1
/
+6
*
|
rev-list: die when --test-bitmap detects a mismatch
Jeff King
2020-12-08
1
-1
/
+1
*
|
pack-bitmap: bounds-check size of cache extension
Jeff King
2020-12-08
1
-2
/
+6
*
|
pack-bitmap: fix header size check
Jeff King
2020-12-08
1
-3
/
+4
|
/
*
pack-bitmap: pass object filter to fill-in traversal
Jeff King
2020-05-05
1
-5
/
+9
*
pack-bitmap.c: support 'tree:0' filtering
Taylor Blau
2020-05-05
1
-1
/
+24
*
pack-bitmap.c: make object filtering functions generic
Taylor Blau
2020-05-05
1
-11
/
+24
*
Merge branch 'jk/nth-packed-object-id'
Junio C Hamano
2020-03-05
1
-9
/
+9
|
\
|
*
pack-bitmap: use object_id when loading on-disk bitmaps
Jeff King
2020-02-24
1
-6
/
+6
|
*
nth_packed_object_oid(): use customary integer return
Jeff King
2020-02-24
1
-2
/
+2
*
|
Merge branch 'jk/object-filter-with-bitmap'
Junio C Hamano
2020-03-03
1
-33
/
+239
|
\
\
|
|
/
|
/
|
|
*
pack-bitmap: implement BLOB_LIMIT filtering
Jeff King
2020-02-14
1
-0
/
+80
|
*
pack-bitmap: implement BLOB_NONE filtering
Jeff King
2020-02-14
1
-0
/
+74
|
*
pack-bitmap: basic noop bitmap filter infrastructure
Jeff King
2020-02-14
1
-1
/
+25
[next]