57 Commits (0bfff8146f8c055fd95af4567286929ba8216fa7)

Author SHA1 Message Date
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 3c4270107f object: introduce get_object_hash macro. 9 years ago
Jeff King 189a122249 drop add_object_array_with_mode 10 years ago
Jeff King 9e0c3c4fcd make add_object_array_with_context interface more sane 10 years ago
Jeff King 46be823124 object_array: add a "clear" function 10 years ago
Johannes Schindelin fe8e3b7180 Refactor type_from_string() to allow continuing after detecting an error 10 years ago
Jeff King c4ad00f8cc add object_as_type helper for casting objects 11 years ago
Jeff King fe24d396e1 move setting of object->type to alloc_* functions 11 years ago
Jeff King 8ff226a9d5 add object_as_type helper for casting objects 11 years ago
Jeff King d36f51c13b move setting of object->type to alloc_* functions 11 years ago
Nguyễn Thái Ngọc Duy 1b32decefd log: add --show-linear-break to help see non-linear history 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Michael Haggerty 33bef7ea25 Document some functions defined in object.c 11 years ago
Michael Haggerty 31faeb2088 object_array_entry: fix memory handling of the name field 12 years ago
Michael Haggerty 1506510c17 object_array_remove_duplicates(): rewrite to reduce copying 12 years ago
Michael Haggerty aeb4a51ef8 object_array: add function object_array_filter() 12 years ago
Michael J Gruber afa15f3cd8 grep: honor --textconv for the case rev:path 12 years ago
Jeff King 75a9549047 avoid segfaults on parse_object failure 12 years ago
Heiko Voigt bcc0a3ea38 Teach revision walking machinery to walk multiple times sequencially 13 years ago
Jakob Pfender 0564d937bf object.h: Remove obsolete struct object_refs 14 years ago
Thiago Farina 3cd474599f object.h: Add OBJECT_ARRAY_INIT macro and make use of it. 15 years ago
Junio C Hamano c76189875b object.c: remove unused functions 15 years ago
Junio C Hamano b2a6d1c686 bundle: allow the same ref to be given more than once 16 years ago
Junio C Hamano 628b06d7d7 Fix git-diff-tree --stdin 17 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Martin Koegler e5709a4a68 add add_object_array_with_mode 18 years ago
Linus Torvalds 100c5f3b0b Clean up object creation to use more common code 18 years ago
Linus Torvalds a59b276e18 Add a generic "object decorator" interface, and make object refs use it 18 years ago
Nicolas Pitre 0ab179504a get rid of lookup_object_type() 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Nicolas Pitre df8436622f formalize typename(), and add its reverse type_from_string() 18 years ago
Junio C Hamano 9f613ddd21 Add git-for-each-ref: helper for language bindings 19 years ago
Junio C Hamano 72518e9c26 more lightweight revalidation while reusing deflated stream in packing 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Junio C Hamano 58ecf5c1cd Re-fix clear_commit_marks(). 19 years ago
Junio C Hamano 160b798303 revert clear-commit-marks for now. 19 years ago
Linus Torvalds fc046a75d5 Abstract out accesses to object hash array 19 years ago
Linus Torvalds 1f1e895fcc Add "named object array" concept 19 years ago
Linus Torvalds 3e4339e6f9 Remove "refs" field from "struct object" 19 years ago
Linus Torvalds d3ff6f5501 Move "void *util" from "struct object" into "struct commit" 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Johannes Schindelin 070879ca93 Use a hashtable for objects instead of a sorted list 19 years ago
Junio C Hamano 8f1d2e6f49 [PATCH] Compilation: zero-length array declaration. 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Sergey Vlasov 4a4e6fd74f Rework object refs tracking to reduce memory usage 19 years ago
Linus Torvalds 8805ccac40 [PATCH] Avoid building object ref lists when not needed 20 years ago
Daniel Barkalow 680bab3d9a [PATCH] Add function to append to an object_list. 20 years ago
barkalow@iabervon.org 66e481b007 [PATCH] Object library enhancements 20 years ago