index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
pack-bitmap.c: gracefully fallback after opening pack/MIDX
Taylor Blau
1
-0
/
+4
2021-12-10
Merge branch 'jk/test-bitmap-fix'
Junio C Hamano
1
-1
/
+1
2021-11-05
test_bitmap_hashes(): handle repository without bitmaps
Jeff King
1
-1
/
+1
2021-10-28
pack-bitmap.c: more aggressively free in free_bitmap_index()
Taylor Blau
1
-0
/
+8
2021-10-28
pack-bitmap.c: don't leak type-level bitmaps
Taylor Blau
1
-0
/
+6
2021-10-28
midx.c: write MIDX filenames to strbuf
Taylor Blau
1
-5
/
+10
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
1
-1
/
+1
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
1
-1
/
+1
2021-09-14
pack-bitmap.c: propagate namehash values from existing bitmaps
Taylor Blau
1
-6
/
+8
2021-09-14
t/helper/test-bitmap.c: add 'dump-hashes' mode
Taylor Blau
1
-0
/
+27
2021-09-09
pack-bitmap: drop bitmap_index argument from try_partial_reuse()
Jeff King
1
-3
/
+2
2021-09-09
pack-bitmap: drop repository argument from prepare_midx_bitmap_git()
Jeff King
1
-2
/
+1
2021-09-01
pack-bitmap: read multi-pack bitmaps
Taylor Blau
1
-38
/
+319
2021-09-01
pack-bitmap.c: avoid redundant calls to try_partial_reuse
Taylor Blau
1
-11
/
+29
2021-09-01
pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
Taylor Blau
1
-0
/
+16
2021-09-01
pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
Taylor Blau
1
-3
/
+10
2021-09-01
pack-bitmap.c: introduce 'bitmap_num_objects()'
Taylor Blau
1
-16
/
+21
2021-08-24
pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps
Taylor Blau
1
-0
/
+48
2021-08-02
Merge branch 'jk/check-pack-valid-before-opening-bitmap'
Junio C Hamano
1
-0
/
+5
2021-08-02
Merge branch 'tb/bitmap-type-filter-comment-fix'
Junio C Hamano
1
-5
/
+6
2021-07-23
pack-bitmap: check pack validity when opening bitmap
Jeff King
1
-0
/
+5
2021-07-20
pack-bitmap: clarify comment in filter_bitmap_exclude_type()
Taylor Blau
1
-5
/
+6
2021-06-15
bitmaps: don't recurse into trees already in the bitmap
Jeff King
1
-0
/
+18
2021-05-07
Merge branch 'ps/rev-list-object-type-filter'
Junio C Hamano
1
-5
/
+40
2021-05-07
Merge branch 'jk/prune-with-bitmap-fix'
Junio C Hamano
1
-0
/
+3
2021-04-29
pack-bitmap: clean up include_check after use
Jeff King
1
-0
/
+3
2021-04-19
rev-list: allow filtering of provided items
Patrick Steinhardt
1
-2
/
+4
2021-04-19
pack-bitmap: implement combined filter
Patrick Steinhardt
1
-0
/
+10
2021-04-19
pack-bitmap: implement object type filter
Patrick Steinhardt
1
-3
/
+26
2021-04-13
Merge branch 'tb/pack-preferred-tips-to-give-bitmap'
Junio C Hamano
1
-0
/
+24
2021-04-07
Merge branch 'ps/pack-bitmap-optim'
Junio C Hamano
1
-0
/
+1
2021-03-31
builtin/pack-objects.c: respect 'pack.preferBitmapTips'
Taylor Blau
1
-0
/
+6
2021-03-31
pack-bitmap: add 'test_bitmap_commits()' helper
Taylor Blau
1
-0
/
+18
2021-03-22
pack-bitmap: avoid traversal of objects referenced by uninteresting tag
Patrick Steinhardt
1
-0
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2021-02-11
rev-list: add --disk-usage option for calculating disk usage
Jeff King
1
-0
/
+81
2021-01-13
rebuild_existing_bitmaps(): convert to new revindex API
Taylor Blau
1
-3
/
+2
2021-01-13
try_partial_reuse(): convert to new revindex API
Taylor Blau
1
-8
/
+5
2021-01-13
get_size_by_pos(): convert to new revindex API
Taylor Blau
1
-4
/
+4
2021-01-13
show_objects_for_type(): convert to new revindex API
Taylor Blau
1
-6
/
+7
2021-01-13
bitmap_position_packfile(): convert to new revindex API
Taylor Blau
1
-1
/
+4
2020-12-08
pack-bitmap: factor out 'add_commit_to_bitmap()'
Taylor Blau
1
-15
/
+21
2020-12-08
pack-bitmap: factor out 'bitmap_for_commit()'
Taylor Blau
1
-14
/
+19
2020-12-08
pack-bitmap-write: ignore BITMAP_FLAG_REUSE
Jeff King
1
-40
/
+6
2020-12-08
pack-bitmap.c: check reads more aggressively when loading
Taylor Blau
1
-1
/
+6
2020-12-08
rev-list: die when --test-bitmap detects a mismatch
Jeff King
1
-1
/
+1
2020-12-08
pack-bitmap: bounds-check size of cache extension
Jeff King
1
-2
/
+6
2020-12-08
pack-bitmap: fix header size check
Jeff King
1
-3
/
+4
2020-05-04
pack-bitmap: pass object filter to fill-in traversal
Jeff King
1
-5
/
+9
2020-05-04
pack-bitmap.c: support 'tree:0' filtering
Taylor Blau
1
-1
/
+24
[next]