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
...
|
*
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
|
*
object: convert internal hash_obj() to object_id
Jeff King
2019-06-20
1
-4
/
+4
|
*
object: convert lookup_object() to use object_id
Jeff King
2019-06-20
1
-6
/
+6
|
*
object: convert lookup_unknown_object() to use object_id
Jeff King
2019-06-20
1
-3
/
+3
*
|
packfile: rename close_all_packs to close_object_store
Derrick Stolee
2019-06-12
1
-1
/
+1
|
/
*
object: fix leak of shallow_stat
Josh Steadmon
2019-02-07
1
-0
/
+2
*
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-07
1
-2
/
+2
|
\
|
*
prefer "hash mismatch" to "sha1 mismatch"
Jeff King
2019-01-08
1
-2
/
+2
*
|
Merge branch 'sg/object-as-type-commit-graph-fix'
Junio C Hamano
2019-02-05
1
-2
/
+3
|
\
\
|
*
|
object_as_type: initialize commit-graph-related fields of 'struct commit'
SZEDER Gábor
2019-01-28
1
-2
/
+3
*
|
|
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
2019-02-05
1
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
commit: prepare free_commit_buffer and release_commit_memory for any repo
Stefan Beller
2018-12-28
1
-1
/
+1
|
*
|
object: parse_object to honor its repository argument
Stefan Beller
2018-11-14
1
-3
/
+3
*
|
|
object-store: factor out odb_clear_loose_cache()
René Scharfe
2019-01-08
1
-1
/
+1
*
|
|
sha1-file: use an object_directory for the main object dir
Jeff King
2018-11-13
1
-9
/
+10
*
|
|
handle alternates paths the same as the main object dir
Jeff King
2018-11-13
1
-1
/
+0
*
|
|
rename "alternate_object_database" to "object_directory"
Jeff King
2018-11-13
1
-5
/
+5
|
/
/
*
/
convert "hashcmp() == 0" to hasheq()
Jeff King
2018-08-29
1
-1
/
+1
|
/
*
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-5
/
+5
|
\
|
*
object.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-5
/
+5
*
|
commit-graph: store graph in struct object_store
Jonathan Tan
2018-07-18
1
-0
/
+5
*
|
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-7
/
+7
*
|
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-9
/
+9
*
|
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
2018-06-29
1
-0
/
+5
*
|
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-8
/
+7
*
|
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
tag: add repository argument to parse_tag_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
tag: add repository argument to lookup_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to get_cached_commit_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to set_commit_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to parse_commit_buffer
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
blob: add repository argument to lookup_blob
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to parse_object_buffer
Stefan Beller
2018-06-29
1
-2
/
+3
*
|
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-4
/
+4
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
shallow: migrate shallow information into the object parser
Stefan Beller
2018-05-18
1
-0
/
+3
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-28
/
+85
|
\
|
|
*
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-2
/
+40
|
*
object: allow create_object to handle arbitrary repositories
Stefan Beller
2018-05-09
1
-6
/
+6
|
*
object: allow grow_object_hash to handle arbitrary repositories
Stefan Beller
2018-05-09
1
-8
/
+8
|
*
alloc: add repository argument to alloc_commit_index
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
alloc: add repository argument to alloc_object_node
Stefan Beller
2018-05-09
1
-1
/
+1
|
*
object: add repository argument to grow_object_hash
Jonathan Nieder
2018-05-09
1
-2
/
+3
|
*
object: add repository argument to create_object
Stefan Beller
2018-05-09
1
-2
/
+3
[prev]
[next]