index
:
git
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
/
object.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-06-17
object: drop parsed_object_pool->commit_count
Abhishek Kumar
1
-2
/
+2
2020-03-02
Merge branch 'jk/object-filter-with-bitmap'
Junio C Hamano
1
-0
/
+9
2020-02-14
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
1
-2
/
+3
2020-02-13
pack-bitmap: fix leak of haves/wants object lists
Jeff King
1
-0
/
+9
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
1
-2
/
+3
2020-01-17
replace-object: make replace operations thread-safe
Matheus Tavares
1
-0
/
+2
2019-12-03
packfile.c: speed up loading lots of packfiles
Colin Stolley
1
-0
/
+3
2019-10-04
treewide: remove duplicate #include directives
René Scharfe
1
-1
/
+0
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-13
/
+13
2019-06-20
hashmap: convert sha1hash() to oidhash()
Jeff King
1
-1
/
+1
2019-06-20
object: convert create_object() to use object_id
Jeff King
1
-3
/
+3
2019-06-20
object: convert internal hash_obj() to object_id
Jeff King
1
-4
/
+4
2019-06-20
object: convert lookup_object() to use object_id
Jeff King
1
-6
/
+6
2019-06-20
object: convert lookup_unknown_object() to use object_id
Jeff King
1
-3
/
+3
2019-06-12
packfile: rename close_all_packs to close_object_store
Derrick Stolee
1
-1
/
+1
2019-02-07
object: fix leak of shallow_stat
Josh Steadmon
1
-0
/
+2
2019-02-06
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
1
-2
/
+2
2019-02-05
Merge branch 'sg/object-as-type-commit-graph-fix'
Junio C Hamano
1
-2
/
+3
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-4
/
+4
[next]