index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-bitmap.c
Age
Commit message (
Expand
)
Author
Lines
2023-05-02
fsck: verify checksums of all .bitmap files
Derrick Stolee
-0
/
+45
2023-04-27
Merge branch 'ds/fsck-pack-revindex'
Junio C Hamano
-2
/
+2
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
-10
/
+13
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-1
/
+3
2023-04-17
fsck: validate .rev file header
Derrick Stolee
-2
/
+2
2023-04-13
pack-revindex: make `load_pack_revindex` take a repository
Taylor Blau
-10
/
+13
2023-04-11
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
-1
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-1
/
+2
2023-04-06
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
-1
/
+5
2023-03-28
config API: add "string" version of *_value_multi(), fix segfaults
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-28
config API: have *_multi() return an "int" and take a "dest"
Ævar Arnfjörð Bjarmason
-1
/
+5
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
-2
/
+4
2023-02-24
list-objects: mark unused callback parameters
Jeff King
-2
/
+4
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-1
/
+2
2022-11-29
pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is found
Jeff King
-5
/
+12
2022-11-29
pack-bitmap.c: break out of the bitmap loop early if not tracing
Jeff King
-1
/
+8
2022-11-14
pack-bitmap.c: avoid exposing absolute paths
Teng Long
-4
/
+6
2022-11-14
pack-bitmap.c: remove unnecessary "open_pack_index()" calls
Teng Long
-3
/
+0
2022-09-26
Merge branch 'ds/bitmap-lookup-remove-tracing'
Junio C Hamano
-2
/
+1
2022-09-26
pack-bitmap: remove trace2 region from hot path
Derrick Stolee
-2
/
+1
2022-09-23
pack-bitmap: improve grammar of "xor chain" error message
Alex Henrie
-1
/
+1
2022-08-26
pack-bitmap: prepare to read lookup table extension
Abhradeep Chakraborty
-9
/
+281
2022-07-27
Merge branch 'tl/pack-bitmap-error-messages'
Junio C Hamano
-45
/
+58
2022-07-18
pack-bitmap.c: continue looping when first MIDX bitmap is found
Teng Long
-2
/
+3
2022-07-18
pack-bitmap.c: using error() instead of silently returning -1
Teng Long
-1
/
+5
2022-07-18
pack-bitmap.c: do not ignore error when opening a bitmap file
Teng Long
-5
/
+12
2022-07-18
pack-bitmap.c: rename "idx_name" to "bitmap_name"
Teng Long
-7
/
+7
2022-07-18
pack-bitmap.c: mark more strings for translations
Teng Long
-24
/
+24
2022-07-18
pack-bitmap.c: fix formatting of error messages
Teng Long
-23
/
+24
2022-06-03
Merge branch 'tb/midx-race-in-pack-objects'
Junio C Hamano
-2
/
+16
2022-05-24
pack-bitmap.c: check preferred pack validity when opening MIDX bitmap
Taylor Blau
-2
/
+16
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
-7
/
+7
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
-7
/
+7
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
-7
/
+7
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
-3
/
+3
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
-11
/
+9
2022-01-27
pack-bitmap.c: gracefully fallback after opening pack/MIDX
Taylor Blau
-0
/
+4
2021-12-10
Merge branch 'jk/test-bitmap-fix'
Junio C Hamano
-1
/
+1
2021-11-05
test_bitmap_hashes(): handle repository without bitmaps
Jeff King
-1
/
+1
2021-10-28
pack-bitmap.c: more aggressively free in free_bitmap_index()
Taylor Blau
-0
/
+8
2021-10-28
pack-bitmap.c: don't leak type-level bitmaps
Taylor Blau
-0
/
+6
2021-10-28
midx.c: write MIDX filenames to strbuf
Taylor Blau
-5
/
+10
2021-10-18
Merge branch 'tb/repack-write-midx'
Junio C Hamano
-1
/
+1
2021-09-28
builtin/repack.c: make largest pack preferred
Taylor Blau
-1
/
+1
2021-09-14
pack-bitmap.c: propagate namehash values from existing bitmaps
Taylor Blau
-6
/
+8
[next]