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
*
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-1
/
+1
|
\
|
*
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+1
*
|
object.c: clear replace map before freeing it
Stefan Beller
2018-05-18
1
-0
/
+2
*
|
object.c: free replace map in raw_object_store_clear
Stefan Beller
2018-05-10
1
-0
/
+1
|
/
*
replace-object: add repository argument to lookup_replace_object
Stefan Beller
2018-04-12
1
-1
/
+1
*
object-store: move lookup_replace_object to replace-object.h
Stefan Beller
2018-04-12
1
-0
/
+1
*
Merge branch 'sb/object-store'
Junio C Hamano
2018-04-11
1
-0
/
+42
|
\
|
*
object-store: close all packs upon clearing the object store
Stefan Beller
2018-03-26
1
-4
/
+3
|
*
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
2018-03-26
1
-0
/
+7
|
*
object-store: free alt_odb_list
Stefan Beller
2018-03-23
1
-0
/
+22
|
*
repository: introduce raw object store field
Stefan Beller
2018-03-23
1
-0
/
+14
*
|
Convert lookup_replace_object to struct object_id
brian m. carlson
2018-03-14
1
-10
/
+4
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
|
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
2018-03-14
1
-2
/
+8
*
|
Merge branch 'bw/c-plus-plus'
Junio C Hamano
2018-03-06
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-3
/
+3
*
|
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
rev-list: support termination at promisor objects
Jonathan Tan
2017-12-08
1
-1
/
+1
*
|
object: add clear_commit_marks_all()
René Scharfe
2017-12-28
1
-0
/
+11
|
/
*
object_array: add and use `object_array_pop()`
Martin Ågren
2017-09-24
1
-0
/
+13
*
object: remove "used" field from struct object
Jonathan Tan
2017-07-20
1
-1
/
+0
*
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-2
/
+1
*
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-25
/
+19
*
Convert lookup_tag to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
Convert lookup_tree to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
*
Convert lookup_blob to struct object_id
brian m. carlson
2017-05-08
1
-2
/
+2
*
Convert remaining callers of lookup_blob to object_id
brian m. carlson
2017-05-08
1
-3
/
+6
*
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+4
*
use SWAP macro
René Scharfe
2017-01-30
1
-3
/
+1
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-3
/
+3
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-1
/
+1
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-3
/
+3
*
Merge branch 'jk/type-from-string-gently'
Junio C Hamano
2015-05-06
1
-1
/
+2
|
\
|
*
type_from_string_gently: make sure length matches
Jeff King
2015-04-17
1
-1
/
+2
*
|
drop add_object_array_with_mode
Jeff King
2014-10-20
1
-6
/
+1
*
|
make add_object_array_with_context interface more sane
Jeff King
2014-10-16
1
-14
/
+9
*
|
object_array: add a "clear" function
Jeff King
2014-10-16
1
-0
/
+10
*
|
object_array: factor out slopbuf-freeing logic
Jeff King
2014-10-16
1
-4
/
+12
*
|
Merge branch 'rs/realloc-array'
Junio C Hamano
2014-09-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
2014-09-18
1
-1
/
+1
*
|
Refactor type_from_string() to allow continuing after detecting an error
Johannes Schindelin
2014-09-10
1
-2
/
+9
|
/
*
Merge branch 'jk/alloc-commit-id'
Junio C Hamano
2014-07-22
1
-5
/
+21
|
\
|
*
object_as_type: set commit index
Jeff King
2014-07-14
1
-0
/
+2
|
*
add object_as_type helper for casting objects
Jeff King
2014-07-14
1
-0
/
+17
|
*
parse_object_buffer: do not set object type
Jeff King
2014-07-14
1
-2
/
+0
|
*
move setting of object->type to alloc_* functions
Jeff King
2014-07-14
1
-3
/
+2
*
|
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
2014-07-07
1
-12
/
+1
|
/
*
commit: record buffer length in cache
Jeff King
2014-06-13
1
-2
/
+2
*
use get_cached_commit_buffer where appropriate
Jeff King
2014-06-13
1
-1
/
+1
[next]