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-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
object.c: clear replace map before freeing it
Stefan Beller
1
-0
/
+2
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
2018-03-14
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
1
-2
/
+8
2018-03-06
Merge branch 'bw/c-plus-plus'
Junio C Hamano
1
-3
/
+3
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-3
/
+3
2018-02-13
Merge branch 'jh/fsck-promisors'
Junio C Hamano
1
-1
/
+1
2017-12-28
object: add clear_commit_marks_all()
René Scharfe
1
-0
/
+11
2017-12-08
rev-list: support termination at promisor objects
Jonathan Tan
1
-1
/
+1
2017-09-24
object_array: add and use `object_array_pop()`
Martin Ågren
1
-0
/
+13
2017-07-20
object: remove "used" field from struct object
Jonathan Tan
1
-1
/
+0
2017-06-16
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-25
/
+19
2017-05-08
Convert lookup_tag to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_blob to struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
Convert remaining callers of lookup_blob to object_id
brian m. carlson
1
-3
/
+6
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+4
2017-01-30
use SWAP macro
René Scharfe
1
-3
/
+1
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-3
/
+3
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-1
/
+1
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-3
/
+3
2015-05-05
Merge branch 'jk/type-from-string-gently'
Junio C Hamano
1
-1
/
+2
2015-04-17
type_from_string_gently: make sure length matches
Jeff King
1
-1
/
+2
2014-10-19
drop add_object_array_with_mode
Jeff King
1
-6
/
+1
2014-10-16
make add_object_array_with_context interface more sane
Jeff King
1
-14
/
+9
2014-10-16
object_array: add a "clear" function
Jeff King
1
-0
/
+10
[next]