Age | Commit message (Expand) | Author | Files | Lines |
2019-06-20 | object: convert create_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert lookup_unknown_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -6/+6 |
2018-11-02 | revision.c: generation-based topo-order algorithm | Derrick Stolee | 1 | -2/+2 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -2/+2 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+2 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -4/+8 |
2018-08-02 | Merge branch 'jt/fetch-pack-negotiator' | Junio C Hamano | 1 | -1/+2 |
2018-07-24 | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 1 | -1/+1 |
2018-07-20 | commit-reach: move can_all_from_reach_with_flags | Derrick Stolee | 1 | -2/+2 |
2018-07-20 | commit-reach: move walk methods from commit.c | Derrick Stolee | 1 | -1/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+10 |
2018-07-09 | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 1 | -1/+1 |
2018-06-29 | object.c: allow parse_object to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | object.c: allow parse_object_buffer to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | commit.c: migrate the commit buffer to the parsed object store | Stefan Beller | 1 | -0/+4 |
2018-06-29 | object: allow lookup_object to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | object: allow object_as_type to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-06-29 | object: add repository argument to object_as_type | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+2 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+10 |
2018-06-25 | Merge branch 'sb/object-store-alloc' | Junio C Hamano | 1 | -1/+17 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -0/+1 |
2018-06-15 | fetch-pack: introduce negotiator API | Jonathan Tan | 1 | -1/+2 |
2018-05-23 | Merge branch 'nd/pack-objects-pack-struct' | Junio C Hamano | 1 | -1/+0 |
2018-05-21 | show-branch: note about its object flags usage | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-05-18 | commit: allow prepare_commit_graft to handle arbitrary repositories | Stefan Beller | 1 | -0/+2 |
2018-05-18 | shallow: migrate shallow information into the object parser | Stefan Beller | 1 | -0/+4 |
2018-05-16 | object: move grafts to object parser | Jonathan Nieder | 1 | -0/+4 |
2018-05-16 | alloc: allow arbitrary repositories for alloc functions | Stefan Beller | 1 | -0/+8 |
2018-05-09 | object: allow create_object to handle arbitrary repositories | Stefan Beller | 1 | -2/+1 |
2018-05-09 | object: add repository argument to create_object | Stefan Beller | 1 | -1/+2 |
2018-05-09 | repository: introduce parsed objects field | Stefan Beller | 1 | -0/+8 |
2018-04-16 | pack-objects: turn type and in_pack_type to bitfields | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
2018-04-11 | sha1_name.c: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-03-14 | Merge branch 'nd/object-allocation-comments' | Junio C Hamano | 1 | -12/+16 |
2018-03-06 | object.h: realign object flag allocation comment | Nguyễn Thái Ngọc Duy | 1 | -16/+16 |
2018-03-06 | object.h: update flag allocation comment | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2018-02-15 | Merge branch 'rs/lose-leak-pending' into maint | Junio C Hamano | 1 | -0/+5 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2018-01-23 | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 1 | -0/+5 |
2017-12-28 | object: add clear_commit_marks_all() | René Scharfe | 1 | -0/+5 |
2017-11-22 | list-objects: filter objects in traverse_commit_list | Jeff Hostetler | 1 | -0/+1 |
2017-09-24 | object_array: add and use `object_array_pop()` | Martin Ågren | 1 | -0/+8 |
2017-07-20 | object: remove "used" field from struct object | Jonathan Tan | 1 | -1/+1 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -4/+4 |
2017-02-08 | fetch-pack: cache results of for_each_alternate_ref | Jeff King | 1 | -1/+1 |