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
/
builtin
/
unpack-objects.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-1
/
+2
2024-03-02
unpack: replace xwrite() loop with write_in_full()
Junio C Hamano
1
-7
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-4
/
+0
2023-09-13
Merge branch 'ew/hash-with-openssl-evp'
Junio C Hamano
1
-1
/
+4
2023-08-31
treewide: fix various bugs w/ OpenSSL 3+ EVP API
Eric Wong
1
-1
/
+4
2023-07-25
Merge branch 'jk/unused-parameter'
Junio C Hamano
1
-1
/
+2
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-1
/
+2
2023-07-05
git-compat-util: move strbuf.c funcs to its header
Calvin Wan
1
-0
/
+1
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-2
/
+1
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
1
-1
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-11
git-zlib: move declarations for git-zlib functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-2
/
+3
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+3
2023-03-28
builtins: mark unused prefix parameters
Jeff King
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-06-13
unpack-objects: use stream_loose_object() to unpack large objects
Han Xin
1
-1
/
+68
2022-06-13
unpack-objects: low memory footprint for get_data() in dry_run mode
Han Xin
1
-11
/
+26
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
1
-0
/
+3
2022-04-06
unpack-objects: use the bulk-checkin infrastructure
Neeraj Singh
1
-0
/
+3
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+2
2021-04-27
Use the final_oid_fn to finalize hashing of object IDs
brian m. carlson
1
-1
/
+1
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-1
/
+1
2021-04-07
Merge branch 'ab/fsck-api-cleanup'
Junio C Hamano
1
-1
/
+2
2021-03-28
fsck.h: use "enum object_type" instead of "int"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2020-01-31
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
1
-1
/
+2
2019-11-20
builtin/unpack-objects.c: show throughput progress
SZEDER Gábor
1
-1
/
+2
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-1
/
+1
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-15
Merge branch 'jk/core-use-replace-refs'
Junio C Hamano
1
-1
/
+1
2018-07-18
check_replace_refs: rename to read_replace_refs
Jeff King
1
-1
/
+1
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-1
/
+1
2018-06-29
object: add repository argument to parse_object_buffer
Stefan Beller
1
-1
/
+2
2018-06-29
object: add repository argument to lookup_object
Stefan Beller
1
-1
/
+1
[next]