index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
convert "hashcmp() == 0" to hasheq()
Jeff King
1
-1
/
+1
2018-08-15
Merge branch 'nd/i18n'
Junio C Hamano
1
-5
/
+5
2018-07-23
object.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-5
/
+5
2018-07-17
commit-graph: store graph in struct object_store
Jonathan Tan
1
-0
/
+5
2018-06-29
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
1
-7
/
+7
2018-06-29
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
1
-9
/
+9
2018-06-29
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
1
-0
/
+5
2018-06-29
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
1
-8
/
+7
2018-06-29
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
1
-2
/
+2
2018-06-29
tag: add repository argument to parse_tag_buffer
Stefan Beller
1
-1
/
+1
2018-06-29
tag: add repository argument to lookup_tag
Stefan Beller
1
-1
/
+1
2018-06-29
commit: add repository argument to get_cached_commit_buffer
Stefan Beller
1
-1
/
+1
2018-06-29
commit: add repository argument to set_commit_buffer
Stefan Beller
1
-1
/
+1
2018-06-29
commit: add repository argument to parse_commit_buffer
Stefan Beller
1
-1
/
+1
2018-06-29
commit: add repository argument to lookup_commit
Stefan Beller
1
-1
/
+1
2018-06-29
tree: add repository argument to lookup_tree
Stefan Beller
1
-1
/
+1
2018-06-29
blob: add repository argument to lookup_blob
Stefan Beller
1
-2
/
+2
2018-06-29
object: add repository argument to object_as_type
Stefan Beller
1
-1
/
+1
2018-06-29
object: add repository argument to parse_object_buffer
Stefan Beller
1
-2
/
+3
2018-06-29
object: add repository argument to lookup_object
Stefan Beller
1
-4
/
+4
2018-06-29
object: add repository argument to parse_object
Stefan Beller
1
-2
/
+2
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+4
2018-06-25
Merge branch 'sb/object-store-alloc'
Junio C Hamano
1
-28
/
+85
2018-06-25
Merge branch 'ds/commit-graph-lockfile-fix'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+1
2018-05-22
commit-graph: always load commit-graph information
Derrick Stolee
1
-1
/
+1
2018-05-18
shallow: migrate shallow information into the object parser
Stefan Beller
1
-0
/
+3
2018-05-18
object.c: clear replace map before freeing it
Stefan Beller
1
-0
/
+2
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-16
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
1
-2
/
+40
2018-05-10
object.c: free replace map in raw_object_store_clear
Stefan Beller
1
-0
/
+1
2018-05-09
object: allow create_object to handle arbitrary repositories
Stefan Beller
1
-6
/
+6
2018-05-09
object: allow grow_object_hash to handle arbitrary repositories
Stefan Beller
1
-8
/
+8
2018-05-09
alloc: add repository argument to alloc_commit_index
Stefan Beller
1
-1
/
+1
2018-05-09
alloc: add repository argument to alloc_object_node
Stefan Beller
1
-1
/
+1
2018-05-09
object: add repository argument to grow_object_hash
Jonathan Nieder
1
-2
/
+3
2018-05-09
object: add repository argument to create_object
Stefan Beller
1
-2
/
+3
2018-05-09
repository: introduce parsed objects field
Stefan Beller
1
-23
/
+40
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+1
2018-04-12
replace-object: add repository argument to lookup_replace_object
Stefan Beller
1
-1
/
+1
2018-04-12
object-store: move lookup_replace_object to replace-object.h
Stefan Beller
1
-0
/
+1
2018-04-11
Merge branch 'sb/object-store'
Junio C Hamano
1
-0
/
+42
2018-04-11
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
Junio C Hamano
1
-3
/
+3
2018-03-26
object-store: close all packs upon clearing the object store
Stefan Beller
1
-4
/
+3
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
1
-0
/
+7
2018-03-23
object-store: free alt_odb_list
Stefan Beller
1
-0
/
+22
2018-03-23
repository: introduce raw object store field
Stefan Beller
1
-0
/
+14
2018-03-14
Convert lookup_replace_object to struct object_id
brian m. carlson
1
-10
/
+4
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
[next]