| Commit message (Expand) | Author | Age |
* | object: remove "used" field from struct object | Jonathan Tan | 2017-07-20 |
* | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 |
* | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 |
* | Convert lookup_tag to struct object_id | brian m. carlson | 2017-05-08 |
* | Convert lookup_tree to struct object_id | brian m. carlson | 2017-05-08 |
* | Convert lookup_blob to struct object_id | brian m. carlson | 2017-05-08 |
* | Convert remaining callers of lookup_blob to object_id | brian m. carlson | 2017-05-08 |
* | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 |
* | use SWAP macro | René Scharfe | 2017-01-30 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | Merge branch 'jk/type-from-string-gently' | Junio C Hamano | 2015-05-05 |
|\ |
|
| * | type_from_string_gently: make sure length matches | Jeff King | 2015-04-17 |
* | | drop add_object_array_with_mode | Jeff King | 2014-10-19 |
* | | make add_object_array_with_context interface more sane | Jeff King | 2014-10-16 |
* | | object_array: add a "clear" function | Jeff King | 2014-10-16 |
* | | object_array: factor out slopbuf-freeing logic | Jeff King | 2014-10-16 |
* | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 |
|\ \
| |/
|/| |
|
| * | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 |
* | | Refactor type_from_string() to allow continuing after detecting an error | Johannes Schindelin | 2014-09-10 |
|/ |
|
* | Merge branch 'jk/alloc-commit-id' | Junio C Hamano | 2014-07-22 |
|\ |
|
| * | object_as_type: set commit index | Jeff King | 2014-07-13 |
| * | add object_as_type helper for casting objects | Jeff King | 2014-07-13 |
| * | parse_object_buffer: do not set object type | Jeff King | 2014-07-13 |
| * | move setting of object->type to alloc_* functions | Jeff King | 2014-07-13 |
* | | hashmap: factor out getting a hash code from a SHA1 | Karsten Blees | 2014-07-07 |
|/ |
|
* | commit: record buffer length in cache | Jeff King | 2014-06-13 |
* | use get_cached_commit_buffer where appropriate | Jeff King | 2014-06-13 |
* | provide a helper to set the commit buffer | Jeff King | 2014-06-13 |
* | Document some functions defined in object.c | Michael Haggerty | 2014-02-28 |
* | Merge branch 'mg/more-textconv' | Junio C Hamano | 2013-10-23 |
|\ |
|
| * | grep: honor --textconv for the case rev:path | Michael J Gruber | 2013-05-10 |
* | | lookup_object: remove hashtable_index() and optimize hash_obj() | Nicolas Pitre | 2013-09-11 |
* | | Merge branch 'sb/parse-object-buffer-eaten' | Junio C Hamano | 2013-07-22 |
|\ \ |
|
| * | | parse_object_buffer: correct freeing the buffer | Stefan Beller | 2013-07-17 |
* | | | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 |
|\ \ \ |
|
| * | | | object_array_entry: fix memory handling of the name field | Michael Haggerty | 2013-06-02 |
| * | | | object_array_remove_duplicates(): rewrite to reduce copying | Michael Haggerty | 2013-05-28 |
| * | | | object_array: add function object_array_filter() | Michael Haggerty | 2013-05-28 |
| | |/
| |/| |
|
* | | | Merge branch 'jk/lookup-object-prefer-latest' | Junio C Hamano | 2013-05-29 |
|\ \ \
| |/ /
|/| | |
|
| * | | lookup_object: prioritize recently found objects | Jeff King | 2013-05-02 |
| |/ |
|
* | | avoid segfaults on parse_object failure | Jeff King | 2013-03-17 |
|/ |
|
* | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 |
* | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 2012-04-24 |
|\ |
|
| * | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 2012-03-30 |
* | | parse_object: avoid putting whole blob in core | Nguyễn Thái Ngọc Duy | 2012-03-07 |
|/ |
|
* | parse_object: try internal cache before reading object db | Jeff King | 2012-01-05 |
* | receive-pack, fetch-pack: reject bogus pack that records objects twice | Junio C Hamano | 2011-11-16 |
* | read_sha1_file(): get rid of read_sha1_file_repl() madness | Junio C Hamano | 2011-05-15 |