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-check.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-23
builtin/fsck: stop using `the_repository` when checking packed objects
Patrick Steinhardt
-3
/
+4
2026-02-23
pack-check: fix verification of large objects
Patrick Steinhardt
-1
/
+1
2026-02-23
object-file: adapt `stream_object_signature()` to take a stream
Patrick Steinhardt
-3
/
+9
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-03-10
pack-check: stop depending on `the_repository`
Patrick Steinhardt
-6
/
+5
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
-1
/
+2
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
-1
/
+1
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
-2
/
+2
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
-2
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
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-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
-3
/
+6
2022-02-25
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
-1
/
+2
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
-1
/
+2
2021-06-28
csum-file: introduce checksum_valid()
Taylor Blau
-10
/
+1
2020-11-16
fsck: correctly compute checksums on idx files larger than 4GB
Jeff King
-4
/
+4
2020-11-16
compute pack .idx byte offsets using size_t
Jeff King
-1
/
+1
2020-02-24
pack-check: push oid lookup into loop
Jeff King
-13
/
+10
2020-02-24
pack-check: convert "internal error" die to a BUG()
Jeff King
-1
/
+2
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
-1
/
+1
2020-01-31
pack-check: use given repo's hash_algo at verify_packfile()
Matheus Tavares
-5
/
+5
2018-11-12
pack-check.c: remove the_repository references
Nguyễn Thái Ngọc Duy
-4
/
+5
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
-3
/
+3
2018-04-26
packfile: add repository argument to unpack_entry
Stefan Beller
-1
/
+2
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
-0
/
+1
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
-0
/
+1
2018-03-14
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
-2
/
+2
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
-1
/
+1
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
-1
/
+1
2018-02-02
pack-check: convert various uses of SHA-1 to abstract forms
brian m. carlson
-16
/
+16
2017-08-23
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
-0
/
+1
2017-05-08
Convert the verify_pack callback to struct object_id
brian m. carlson
-11
/
+14
2016-10-10
Merge branch 'rs/qsort'
Junio C Hamano
-1
/
+1
2016-09-29
Merge branch 'jk/verify-packfile-gently'
Junio C Hamano
-5
/
+2
2016-09-29
use QSORT
René Scharfe
-1
/
+1
2016-09-22
verify_packfile: check pack validity before accessing data
Jeff King
-5
/
+2
2016-07-13
fsck: use streaming interface for large blobs in pack
Nguyễn Thái Ngọc Duy
-2
/
+21
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
-1
/
+1
2015-12-01
verify_pack: do not ignore return value of verification function
David Turner
-1
/
+1
2011-11-06
fsck: print progress
Nguyễn Thái Ngọc Duy
-3
/
+11
[next]