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