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
...
|
*
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+5
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-2
/
+4
|
\
\
|
*
|
list-objects: mark unused callback parameters
Jeff King
2023-02-24
1
-2
/
+4
*
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
|
/
/
*
|
pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is found
Jeff King
2022-11-29
1
-5
/
+12
*
|
pack-bitmap.c: break out of the bitmap loop early if not tracing
Jeff King
2022-11-29
1
-1
/
+8
*
|
pack-bitmap.c: avoid exposing absolute paths
Teng Long
2022-11-14
1
-4
/
+6
*
|
pack-bitmap.c: remove unnecessary "open_pack_index()" calls
Teng Long
2022-11-14
1
-3
/
+0
|
/
*
Merge branch 'ds/bitmap-lookup-remove-tracing'
Junio C Hamano
2022-09-27
1
-2
/
+1
|
\
|
*
pack-bitmap: remove trace2 region from hot path
Derrick Stolee
2022-09-26
1
-2
/
+1
*
|
pack-bitmap: improve grammar of "xor chain" error message
Alex Henrie
2022-09-23
1
-1
/
+1
|
/
*
pack-bitmap: prepare to read lookup table extension
Abhradeep Chakraborty
2022-08-26
1
-9
/
+281
*
Merge branch 'tl/pack-bitmap-error-messages'
Junio C Hamano
2022-07-27
1
-45
/
+58
|
\
|
*
pack-bitmap.c: continue looping when first MIDX bitmap is found
Teng Long
2022-07-18
1
-2
/
+3
|
*
pack-bitmap.c: using error() instead of silently returning -1
Teng Long
2022-07-18
1
-1
/
+5
|
*
pack-bitmap.c: do not ignore error when opening a bitmap file
Teng Long
2022-07-18
1
-5
/
+12
|
*
pack-bitmap.c: rename "idx_name" to "bitmap_name"
Teng Long
2022-07-18
1
-7
/
+7
|
*
pack-bitmap.c: mark more strings for translations
Teng Long
2022-07-18
1
-24
/
+24
|
*
pack-bitmap.c: fix formatting of error messages
Teng Long
2022-07-18
1
-23
/
+24
*
|
Merge branch 'tb/midx-race-in-pack-objects'
Junio C Hamano
2022-06-03
1
-2
/
+16
|
\
\
|
*
|
pack-bitmap.c: check preferred pack validity when opening MIDX bitmap
Taylor Blau
2022-05-24
1
-2
/
+16
*
|
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-7
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-7
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-7
/
+7
*
|
|
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
2022-03-09
1
-3
/
+3
*
|
|
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
2022-03-09
1
-11
/
+9
*
|
|
pack-bitmap.c: gracefully fallback after opening pack/MIDX
Taylor Blau
2022-01-27
1
-0
/
+4
|
/
/
*
|
Merge branch 'jk/test-bitmap-fix'
Junio C Hamano
2021-12-10
1
-1
/
+1
|
\
\
|
*
|
test_bitmap_hashes(): handle repository without bitmaps
Jeff King
2021-11-05
1
-1
/
+1
|
|
/
*
|
pack-bitmap.c: more aggressively free in free_bitmap_index()
Taylor Blau
2021-10-29
1
-0
/
+8
*
|
pack-bitmap.c: don't leak type-level bitmaps
Taylor Blau
2021-10-29
1
-0
/
+6
*
|
midx.c: write MIDX filenames to strbuf
Taylor Blau
2021-10-29
1
-5
/
+10
|
/
*
Merge branch 'tb/repack-write-midx'
Junio C Hamano
2021-10-19
1
-1
/
+1
|
\
|
*
builtin/repack.c: make largest pack preferred
Taylor Blau
2021-09-29
1
-1
/
+1
*
|
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
[prev]
[next]