index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
object.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes and forward declarations
Elijah Newren
2018-08-15
1
-0
/
+2
*
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-4
/
+8
|
\
|
*
object.c: allow parse_object to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
object.c: allow parse_object_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
commit.c: migrate the commit buffer to the parsed object store
Stefan Beller
2018-06-29
1
-0
/
+4
|
*
object: allow lookup_object to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
object: allow object_as_type to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-2
/
+1
|
*
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+2
|
*
object: add repository argument to parse_object_buffer
Stefan Beller
2018-06-29
1
-1
/
+2
|
*
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-1
/
+2
|
*
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-1
/
+2
|
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+10
|
|
\
*
|
\
Merge branch 'jt/fetch-pack-negotiator'
Junio C Hamano
2018-08-03
1
-1
/
+2
|
\
\
\
|
*
|
|
fetch-pack: introduce negotiator API
Jonathan Tan
2018-06-15
1
-1
/
+2
*
|
|
|
Merge branch 'jt/partial-clone-fsck-connectivity'
Junio C Hamano
2018-07-24
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
upload-pack: send refs' objects despite "filter"
Jonathan Tan
2018-07-09
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+10
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
commit: allow prepare_commit_graft to handle arbitrary repositories
Stefan Beller
2018-05-18
1
-0
/
+2
|
*
|
shallow: migrate shallow information into the object parser
Stefan Beller
2018-05-18
1
-0
/
+4
|
*
|
object: move grafts to object parser
Jonathan Nieder
2018-05-16
1
-0
/
+4
*
|
|
Merge branch 'sb/object-store-alloc'
Junio C Hamano
2018-06-25
1
-1
/
+17
|
\
|
|
|
*
|
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+8
|
*
|
object: allow create_object to handle arbitrary repositories
Stefan Beller
2018-05-09
1
-2
/
+1
|
*
|
object: add repository argument to create_object
Stefan Beller
2018-05-09
1
-1
/
+2
|
*
|
repository: introduce parsed objects field
Stefan Beller
2018-05-09
1
-0
/
+8
*
|
|
Merge branch 'nd/commit-util-to-slab'
Junio C Hamano
2018-06-25
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
show-branch: note about its object flags usage
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+1
*
|
|
Merge branch 'nd/pack-objects-pack-struct'
Junio C Hamano
2018-05-23
1
-1
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pack-objects: turn type and in_pack_type to bitfields
Nguyễn Thái Ngọc Duy
2018-04-16
1
-1
/
+0
|
|
/
*
/
sha1_name.c: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
Merge branch 'nd/object-allocation-comments'
Junio C Hamano
2018-03-14
1
-12
/
+16
|
\
|
*
object.h: realign object flag allocation comment
Nguyễn Thái Ngọc Duy
2018-03-06
1
-16
/
+16
|
*
object.h: update flag allocation comment
Nguyễn Thái Ngọc Duy
2018-03-06
1
-1
/
+5
|
*
Merge branch 'rs/lose-leak-pending' into maint
Junio C Hamano
2018-02-16
1
-0
/
+5
|
|
\
*
|
|
object: rename function 'typename' to 'type_name'
Brandon Williams
2018-02-14
1
-1
/
+1
*
|
|
Merge branch 'rs/lose-leak-pending'
Junio C Hamano
2018-01-23
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
object: add clear_commit_marks_all()
René Scharfe
2017-12-28
1
-0
/
+5
*
|
list-objects: filter objects in traverse_commit_list
Jeff Hostetler
2017-11-22
1
-0
/
+1
|
/
*
object_array: add and use `object_array_pop()`
Martin Ågren
2017-09-24
1
-0
/
+8
*
object: remove "used" field from struct object
Jonathan Tan
2017-07-20
1
-1
/
+1
*
object: convert parse_object* to take struct object_id
brian m. carlson
2017-05-08
1
-4
/
+4
*
fetch-pack: cache results of for_each_alternate_ref
Jeff King
2017-02-09
1
-1
/
+1
*
upload-pack: add get_reachable_list()
Nguyễn Thái Ngọc Duy
2016-06-13
1
-1
/
+1
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+0
*
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-2
/
+2
*
object: introduce get_object_hash macro.
brian m. carlson
2015-11-20
1
-0
/
+2
*
drop add_object_array_with_mode
Jeff King
2014-10-20
1
-1
/
+0
*
make add_object_array_with_context interface more sane
Jeff King
2014-10-16
1
-2
/
+2
*
object_array: add a "clear" function
Jeff King
2014-10-16
1
-0
/
+6
*
Refactor type_from_string() to allow continuing after detecting an error
Johannes Schindelin
2014-09-10
1
-1
/
+2
[next]