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
*
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
*
add object_as_type helper for casting objects
Jeff King
2014-07-14
1
-0
/
+2
*
move setting of object->type to alloc_* functions
Jeff King
2014-07-14
1
-1
/
+1
*
Merge branch 'nd/log-show-linear-break'
Junio C Hamano
2014-04-03
1
-0
/
+13
|
\
|
*
log: add --show-linear-break to help see non-linear history
Nguyễn Thái Ngọc Duy
2014-03-25
1
-1
/
+1
|
*
object.h: centralize object flag allocation
Nguyễn Thái Ngọc Duy
2014-03-25
1
-0
/
+13
*
|
Document some functions defined in object.c
Michael Haggerty
2014-02-28
1
-0
/
+7
|
/
*
Merge branch 'mg/more-textconv'
Junio C Hamano
2013-10-23
1
-0
/
+2
|
\
|
*
grep: honor --textconv for the case rev:path
Michael J Gruber
2013-05-10
1
-0
/
+2
*
|
object_array_entry: fix memory handling of the name field
Michael Haggerty
2013-06-03
1
-1
/
+7
*
|
object_array_remove_duplicates(): rewrite to reduce copying
Michael Haggerty
2013-05-28
1
-1
/
+5
*
|
object_array: add function object_array_filter()
Michael Haggerty
2013-05-28
1
-0
/
+11
|
/
*
avoid segfaults on parse_object failure
Jeff King
2013-03-17
1
-1
/
+12
*
Teach revision walking machinery to walk multiple times sequencially
Heiko Voigt
2012-03-30
1
-0
/
+2
*
object.h: Remove obsolete struct object_refs
Jakob Pfender
2011-03-14
1
-5
/
+0
*
object.h: Add OBJECT_ARRAY_INIT macro and make use of it.
Thiago Farina
2010-08-30
1
-0
/
+2
*
object.c: remove unused functions
Junio C Hamano
2010-01-18
1
-5
/
+0
*
Merge branch 'js/maint-all-implies-HEAD'
Junio C Hamano
2009-01-26
1
-0
/
+1
|
\
|
*
bundle: allow the same ref to be given more than once
Junio C Hamano
2009-01-18
1
-0
/
+1
*
|
Fix git-diff-tree --stdin
Junio C Hamano
2008-09-11
1
-1
/
+12
|
/
*
Remove unused object-ref code
Martin Koegler
2008-02-26
1
-8
/
+0
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+1
*
add add_object_array_with_mode
Martin Koegler
2007-04-24
1
-0
/
+2
*
Clean up object creation to use more common code
Linus Torvalds
2007-04-17
1
-1
/
+1
*
Add a generic "object decorator" interface, and make object refs use it
Linus Torvalds
2007-04-17
1
-1
/
+0
*
get rid of lookup_object_type()
Nicolas Pitre
2007-02-27
1
-3
/
+0
*
convert object type handling from a string to a number
Nicolas Pitre
2007-02-27
1
-1
/
+1
*
formalize typename(), and add its reverse type_from_string()
Nicolas Pitre
2007-02-27
1
-7
/
+3
*
Add git-for-each-ref: helper for language bindings
Junio C Hamano
2006-09-16
1
-0
/
+6
*
more lightweight revalidation while reusing deflated stream in packing
Junio C Hamano
2006-09-04
1
-11
/
+0
*
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
2006-07-13
1
-8
/
+15
[next]