| Commit message (Expand) | Author | Age | Files | Lines |
* | revision: --show-pulls adds helpful merges | Derrick Stolee | 2020-04-10 | 1 | -1/+1 |
* | pack-bitmap: fix leak of haves/wants object lists | Jeff King | 2020-02-13 | 1 | -0/+2 |
* | commit-graph: fix writing first commit-graph during fetch | Derrick Stolee | 2019-10-25 | 1 | -1/+2 |
* | object: convert create_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | object: convert lookup_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | object: convert lookup_unknown_object() to use object_id | Jeff King | 2019-06-20 | 1 | -1/+1 |
* | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -6/+6 |
* | revision.c: generation-based topo-order algorithm | Derrick Stolee | 2018-11-02 | 1 | -2/+2 |
* | Merge branch 'ds/reachable' | Junio C Hamano | 2018-09-17 | 1 | -2/+2 |
|\ |
|
| * | commit-reach: move can_all_from_reach_with_flags | Derrick Stolee | 2018-07-20 | 1 | -2/+2 |
| * | commit-reach: move walk methods from commit.c | Derrick Stolee | 2018-07-20 | 1 | -1/+1 |
* | | 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-02 | 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-02 | 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 commentnd/object-allocation-comments | 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-15 | 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 |