| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/list-objects-optim-wo-trees' | Junio C Hamano | 2019-10-07 | 1 | -1/+3 |
|\ |
|
| * | list-objects: don't queue root trees unless revs->tree_objects is set | Jeff King | 2019-09-12 | 1 | -1/+3 |
* | | list-objects-filter: encapsulate filter components | Matthew DeVore | 2019-06-28 | 1 | -33/+22 |
* | | rev-list: detect broken root trees | Jeff King | 2019-04-10 | 1 | -0/+3 |
* | | list-objects.c: handle unexpected non-tree entries | Taylor Blau | 2019-04-10 | 1 | -0/+5 |
* | | list-objects.c: handle unexpected non-blob entries | Taylor Blau | 2019-04-10 | 1 | -0/+5 |
* | | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 2019-02-06 | 1 | -11/+59 |
|\ \ |
|
| * | | list-objects: consume sparse tree walk | Derrick Stolee | 2019-01-17 | 1 | -11/+59 |
| |/ |
|
* | | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 2019-01-29 | 1 | -3/+3 |
|\ \ |
|
| * | | tree-walk: store object_id in a separate member | brian m. carlson | 2019-01-15 | 1 | -3/+3 |
* | | | Merge branch 'nd/attr-pathspec-in-tree-walk' | Junio C Hamano | 2019-01-14 | 1 | -1/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | tree-walk.c: make tree_entry_interesting() take an index | Nguyễn Thái Ngọc Duy | 2018-11-19 | 1 | -1/+2 |
| |/ |
|
* | | list-objects.c: reduce the_repository references | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+2 |
* | | list-objects-filter.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -3/+6 |
|/ |
|
* | Merge branch 'md/filter-trees' | Junio C Hamano | 2018-10-30 | 1 | -110/+125 |
|\ |
|
| * | list-objects: support for skipping tree traversal | Matthew DeVore | 2018-10-18 | 1 | -1/+4 |
| * | revision: mark non-user-given objects instead | Matthew DeVore | 2018-10-07 | 1 | -13/+18 |
| * | rev-list: handle missing tree objects properly | Matthew DeVore | 2018-10-07 | 1 | -3/+8 |
| * | list-objects: always parse trees gently | Matthew DeVore | 2018-08-15 | 1 | -3/+1 |
| * | list-objects: refactor to process_tree_contents | Matthew DeVore | 2018-08-13 | 1 | -27/+41 |
| * | list-objects: store common func args in struct | Matthew DeVore | 2018-08-13 | 1 | -84/+74 |
* | | revision.c: reduce implicit dependency the_repository | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -3/+5 |
|/ |
|
* | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 2018-08-02 | 1 | -2/+2 |
|\ |
|
| * | tree: add repository argument to lookup_tree | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
| * | blob: add repository argument to lookup_blob | Stefan Beller | 2018-06-29 | 1 | -1/+1 |
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 2018-06-29 | 1 | -0/+1 |
| |\ |
|
* | \ | Merge branch 'jt/partial-clone-fsck-connectivity' | Junio C Hamano | 2018-07-24 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | upload-pack: send refs' objects despite "filter" | Jonathan Tan | 2018-07-09 | 1 | -3/+3 |
| |/ / |
|
* | | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 2018-04-11 | 1 | -5/+5 |
* | | treewide: rename tree to maybe_tree | Derrick Stolee | 2018-04-11 | 1 | -5/+5 |
|/ |
|
* | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 2018-02-13 | 1 | -1/+28 |
|\ |
|
| * | rev-list: support termination at promisor objects | Jonathan Tan | 2017-12-08 | 1 | -1/+28 |
* | | Merge branch 'sb/describe-blob' | Junio C Hamano | 2017-12-28 | 1 | -21/+46 |
|\ \
| |/
|/| |
|
| * | revision.h: introduce blob/tree walking in order of the commits | Stefan Beller | 2017-11-16 | 1 | -0/+8 |
| * | list-objects.c: factor out traverse_trees_and_blobs | Stefan Beller | 2017-11-03 | 1 | -19/+31 |
* | | list-objects: filter objects in traverse_commit_list | Jeff Hostetler | 2017-11-22 | 1 | -16/+79 |
|/ |
|
* | Convert lookup_tree to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | Convert lookup_blob to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 2016-04-25 | 1 | -3/+3 |
* | list-objects: pass full pathname to callbacksjk/lose-name-path | Jeff King | 2016-02-12 | 1 | -5/+9 |
* | list-objects: drop name_path entirely | Jeff King | 2016-02-12 | 1 | -7/+5 |
* | list-objects: convert name_path to a strbuf | Jeff King | 2016-02-12 | 1 | -13/+9 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' | Junio C Hamano | 2015-06-11 | 1 | -1/+1 |
|\ |
|
| * | silence broken link warnings with revs->ignore_missing_links | Jeff King | 2015-06-01 | 1 | -1/+1 |
* | | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 | 1 | -2/+2 |
|/ |
|
* | traverse_commit_list: support pending blobs/trees with paths | Jeff King | 2014-10-19 | 1 | -2/+5 |
* | object_array: add a "clear" function | Jeff King | 2014-10-16 | 1 | -6/+1 |