index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
refs: pass repo when peeling objects
Patrick Steinhardt
2024-05-17
1
-4
/
+6
*
refs: move object peeling into "object.c"
Patrick Steinhardt
2024-05-17
1
-0
/
+21
*
Merge branch 'eb/hash-transition'
Junio C Hamano
2024-03-28
1
-0
/
+2
|
\
|
*
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson
2023-10-02
1
-0
/
+2
*
|
Merge branch 'jk/upload-pack-bounded-resources'
Junio C Hamano
2024-03-08
1
-0
/
+14
|
\
\
|
*
|
upload-pack: free tree buffers after parsing
Jeff King
2024-02-28
1
-0
/
+14
|
|
/
*
/
use xstrncmpz()
René Scharfe
2024-02-12
1
-2
/
+1
|
/
*
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-30
1
-1
/
+2
|
\
|
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
|
*
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
object: add object_array initializer helper function
Taylor Blau
2023-05-08
1
-0
/
+6
|
/
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
blob: drop unused parts of parse_blob_buffer()
Jeff King
2022-12-13
1
-3
/
+2
*
parse_object(): simplify blob conditional
Ævar Arnfjörð Bjarmason
2022-11-22
1
-1
/
+1
*
parse_object(): check on-disk type of suspected blob
Jeff King
2022-11-18
1
-2
/
+2
*
parse_object(): drop extra "has" check before checking object type
Jeff King
2022-11-18
1
-2
/
+1
*
Merge branch 'jk/fsck-on-diet'
Junio C Hamano
2022-10-10
1
-1
/
+2
|
\
|
*
parse_object_buffer(): respect save_commit_buffer
Jeff King
2022-09-22
1
-1
/
+2
*
|
parse_object(): check commit-graph when skip_hash set
Jeff King
2022-09-07
1
-0
/
+6
*
|
parse_object(): allow skipping hash check
Jeff King
2022-09-07
1
-3
/
+12
|
/
*
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-2
/
+1
*
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-2
/
+2
*
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2022-01-04
1
-1
/
+1
|
\
|
*
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
2021-12-08
1
-1
/
+1
*
|
object.c: use BUG(...) no die("BUG: ...") in lookup_object_by_type()
Ævar Arnfjörð Bjarmason
2021-12-07
1
-1
/
+1
*
|
Merge branch 'ab/fsck-unexpected-type'
Junio C Hamano
2021-10-26
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2021-10-02
1
-2
/
+2
*
|
Merge branch 'jk/log-decorate-optim'
Junio C Hamano
2021-07-28
1
-0
/
+18
|
\
\
|
*
|
object.h: add lookup_object_by_type() function
Jeff King
2021-06-29
1
-0
/
+18
|
|
/
*
/
speed up alt_odb_usable() with many alternates
Eric Wong
2021-07-08
1
-0
/
+2
|
/
*
lookup_unknown_object(): take a repository argument
Jeff King
2021-04-13
1
-4
/
+3
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
bundle: lost objects when removing duplicate pendings
Jiang Xin
2021-01-12
1
-4
/
+6
*
Merge branch 'en/strmap'
Junio C Hamano
2020-11-22
1
-1
/
+1
|
\
|
*
hashmap: provide deallocation function names
Elijah Newren
2020-11-02
1
-1
/
+1
*
|
object: allow clear_commit_marks_all to handle any repo
René Scharfe
2020-10-31
1
-3
/
+3
|
/
*
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-2
/
+2
*
Merge branch 'jk/object-filter-with-bitmap'
Junio C Hamano
2020-03-03
1
-0
/
+9
|
\
|
*
pack-bitmap: fix leak of haves/wants object lists
Jeff King
2020-02-13
1
-0
/
+9
*
|
Merge branch 'mt/use-passed-repo-more-in-funcs'
Junio C Hamano
2020-02-14
1
-2
/
+3
|
\
\
|
*
|
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
2020-01-31
1
-2
/
+3
|
|
/
*
/
replace-object: make replace operations thread-safe
Matheus Tavares
2020-01-17
1
-0
/
+2
|
/
*
packfile.c: speed up loading lots of packfiles
Colin Stolley
2019-12-03
1
-0
/
+3
*
treewide: remove duplicate #include directives
René Scharfe
2019-10-04
1
-1
/
+0
*
Merge branch 'jk/oidhash'
Junio C Hamano
2019-07-10
1
-13
/
+13
|
\
|
*
hashmap: convert sha1hash() to oidhash()
Jeff King
2019-06-20
1
-1
/
+1
|
*
object: convert create_object() to use object_id
Jeff King
2019-06-20
1
-3
/
+3
[next]