summaryrefslogtreecommitdiff
path: root/list-objects.c
Commit message (Expand)AuthorAgeFilesLines
* list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason2022-03-091-5/+22
* list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee2022-03-091-22/+12
* list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits"Teng Long2021-08-121-4/+4
* bitmaps: don't recurse into trees already in the bitmapJeff King2021-06-151-0/+3
* list-objects: support filtering by tag and commitPatrick Steinhardt2021-04-121-3/+20
* list-objects: move tag processing into its own functionPatrick Steinhardt2021-04-101-2/+9
* Merge branch 'jk/list-objects-optim-wo-trees'Junio C Hamano2019-10-071-1/+3
|\
| * list-objects: don't queue root trees unless revs->tree_objects is setJeff King2019-09-121-1/+3
* | list-objects-filter: encapsulate filter componentsMatthew DeVore2019-06-281-33/+22
* | rev-list: detect broken root treesJeff King2019-04-101-0/+3
* | list-objects.c: handle unexpected non-tree entriesTaylor Blau2019-04-101-0/+5
* | list-objects.c: handle unexpected non-blob entriesTaylor Blau2019-04-101-0/+5
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-11/+59
|\ \
| * | list-objects: consume sparse tree walkDerrick Stolee2019-01-171-11/+59
| |/
* | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-3/+3
|\ \
| * | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-3/+3
* | | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-141-1/+2
|\ \ \ | |/ / |/| |
| * | tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy2018-11-191-1/+2
| |/
* | list-objects.c: reduce the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-2/+2
* | list-objects-filter.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-3/+6
|/
* Merge branch 'md/filter-trees'Junio C Hamano2018-10-301-110/+125
|\
| * list-objects: support for skipping tree traversalMatthew DeVore2018-10-181-1/+4
| * revision: mark non-user-given objects insteadMatthew DeVore2018-10-071-13/+18
| * rev-list: handle missing tree objects properlyMatthew DeVore2018-10-071-3/+8
| * list-objects: always parse trees gentlyMatthew DeVore2018-08-151-3/+1
| * list-objects: refactor to process_tree_contentsMatthew DeVore2018-08-131-27/+41
| * list-objects: store common func args in structMatthew DeVore2018-08-131-84/+74
* | revision.c: reduce implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-09-211-3/+5
|/
* Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-2/+2
|\
| * tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+1
| * blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+1
| * Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\
* | \ Merge branch 'jt/partial-clone-fsck-connectivity'Junio C Hamano2018-07-241-3/+3
|\ \ \
| * | | upload-pack: send refs' objects despite "filter"Jonathan Tan2018-07-091-3/+3
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-5/+5
* | treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-5/+5
|/
* Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-1/+28
|\
| * rev-list: support termination at promisor objectsJonathan Tan2017-12-081-1/+28
* | Merge branch 'sb/describe-blob'Junio C Hamano2017-12-281-21/+46
|\ \ | |/ |/|
| * revision.h: introduce blob/tree walking in order of the commitsStefan Beller2017-11-161-0/+8
| * list-objects.c: factor out traverse_trees_and_blobsStefan Beller2017-11-031-19/+31
* | list-objects: filter objects in traverse_commit_listJeff Hostetler2017-11-221-16/+79
|/
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-3/+3
* list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-121-5/+9
* list-objects: drop name_path entirelyJeff King2016-02-121-7/+5
* list-objects: convert name_path to a strbufJeff King2016-02-121-13/+9