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
/
object.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-04
alloc: fix dangling pointer in alloc_state cleanup
ノウラ | Flare
1
-16
/
+10
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-3
/
+3
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-67
/
+0
2025-04-23
Merge branch 'kn/bundle-dedup-optim'
Junio C Hamano
1
-34
/
+1
2025-04-15
object: split out functions relating to object store subsystem
Patrick Steinhardt
1
-67
/
+0
2025-04-08
bundle: fix non-linear performance scaling with refs
Karthik Nayak
1
-33
/
+0
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-10
/
+11
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-05
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
1
-1
/
+13
2024-08-08
object: fix leaking packfiles when closing object store
Patrick Steinhardt
1
-0
/
+9
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-4
/
+6
2024-05-17
refs: move object peeling into "object.c"
Patrick Steinhardt
1
-0
/
+21
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-0
/
+2
2024-03-07
Merge branch 'jk/upload-pack-bounded-resources'
Junio C Hamano
1
-0
/
+14
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
1
-0
/
+14
2024-02-12
use xstrncmpz()
René Scharfe
1
-2
/
+1
2023-10-02
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson
1
-0
/
+2
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-1
/
+2
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
1
-0
/
+1
2023-05-08
object: add object_array initializer helper function
Taylor Blau
1
-0
/
+6
2023-04-11
object-file.h: move declarations for object-file.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
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-12-13
blob: drop unused parts of parse_blob_buffer()
Jeff King
1
-3
/
+2
2022-11-22
parse_object(): simplify blob conditional
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-11-18
parse_object(): check on-disk type of suspected blob
Jeff King
1
-2
/
+2
2022-11-18
parse_object(): drop extra "has" check before checking object type
Jeff King
1
-2
/
+1
2022-10-10
Merge branch 'jk/fsck-on-diet'
Junio C Hamano
1
-1
/
+2
2022-09-22
parse_object_buffer(): respect save_commit_buffer
Jeff King
1
-1
/
+2
2022-09-07
parse_object(): check commit-graph when skip_hash set
Jeff King
1
-0
/
+6
2022-09-07
parse_object(): allow skipping hash check
Jeff King
1
-3
/
+12
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
1
-1
/
+1
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
1
-1
/
+1
2021-12-07
object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-10-25
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
1
-2
/
+2
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2021-07-28
Merge branch 'jk/log-decorate-optim'
Junio C Hamano
1
-0
/
+18
2021-07-07
speed up alt_odb_usable() with many alternates
Eric Wong
1
-0
/
+2
2021-06-28
object.h: add lookup_object_by_type() function
Jeff King
1
-0
/
+18
2021-04-13
lookup_unknown_object(): take a repository argument
Jeff King
1
-4
/
+3
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-2
/
+2
2021-01-11
bundle: lost objects when removing duplicate pendings
Jiang Xin
1
-4
/
+6
2020-11-21
Merge branch 'en/strmap'
Junio C Hamano
1
-1
/
+1
2020-11-02
hashmap: provide deallocation function names
Elijah Newren
1
-1
/
+1
2020-10-31
object: allow clear_commit_marks_all to handle any repo
René Scharfe
1
-3
/
+3
[next]