summaryrefslogtreecommitdiff
path: root/list-objects.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-07Merge branch 'jk/list-objects-optim-wo-trees'Libravatar Junio C Hamano1-1/+3
2019-09-12list-objects: don't queue root trees unless revs->tree_objects is setLibravatar Jeff King1-1/+3
2019-06-28list-objects-filter: encapsulate filter componentsLibravatar Matthew DeVore1-33/+22
2019-04-10rev-list: detect broken root treesLibravatar Jeff King1-0/+3
2019-04-10list-objects.c: handle unexpected non-tree entriesLibravatar Taylor Blau1-0/+5
2019-04-10list-objects.c: handle unexpected non-blob entriesLibravatar Taylor Blau1-0/+5
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Libravatar Junio C Hamano1-11/+59
2019-01-29Merge branch 'bc/tree-walk-oid'Libravatar Junio C Hamano1-3/+3
2019-01-17list-objects: consume sparse tree walkLibravatar Derrick Stolee1-11/+59
2019-01-15tree-walk: store object_id in a separate memberLibravatar brian m. carlson1-3/+3
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Libravatar Junio C Hamano1-1/+2
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-12list-objects.c: reduce the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12list-objects-filter.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-3/+6
2018-10-30Merge branch 'md/filter-trees'Libravatar Junio C Hamano1-110/+125
2018-10-18list-objects: support for skipping tree traversalLibravatar Matthew DeVore1-1/+4
2018-10-07revision: mark non-user-given objects insteadLibravatar Matthew DeVore1-13/+18
2018-10-07rev-list: handle missing tree objects properlyLibravatar Matthew DeVore1-3/+8
2018-09-21revision.c: reduce implicit dependency the_repositoryLibravatar Nguyễn Thái Ngọc Duy1-3/+5
2018-08-15list-objects: always parse trees gentlyLibravatar Matthew DeVore1-3/+1
2018-08-13list-objects: refactor to process_tree_contentsLibravatar Matthew DeVore1-27/+41
2018-08-13list-objects: store common func args in structLibravatar Matthew DeVore1-84/+74
2018-08-02Merge branch 'sb/object-store-lookup'Libravatar Junio C Hamano1-2/+2
2018-07-24Merge branch 'jt/partial-clone-fsck-connectivity'Libravatar Junio C Hamano1-3/+3
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-0/+1
2018-07-09upload-pack: send refs' objects despite "filter"Libravatar Jonathan Tan1-3/+3
2018-06-29tree: add repository argument to lookup_treeLibravatar Stefan Beller1-1/+1
2018-06-29blob: add repository argument to lookup_blobLibravatar Stefan Beller1-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-0/+1
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-04-11treewide: replace maybe_tree with accessor methodsLibravatar Derrick Stolee1-5/+5
2018-04-11treewide: rename tree to maybe_treeLibravatar Derrick Stolee1-5/+5
2018-02-13Merge branch 'jh/fsck-promisors'Libravatar Junio C Hamano1-1/+28
2017-12-28Merge branch 'sb/describe-blob'Libravatar Junio C Hamano1-21/+46
2017-12-08rev-list: support termination at promisor objectsLibravatar Jonathan Tan1-1/+28
2017-11-22list-objects: filter objects in traverse_commit_listLibravatar Jeff Hostetler1-16/+79
2017-11-16revision.h: introduce blob/tree walking in order of the commitsLibravatar Stefan Beller1-0/+8
2017-11-03list-objects.c: factor out traverse_trees_and_blobsLibravatar Stefan Beller1-19/+31
2017-05-08Convert lookup_tree to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08Convert lookup_blob to struct object_idLibravatar brian m. carlson1-1/+1
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]Libravatar brian m. carlson1-3/+3
2016-02-12list-objects: pass full pathname to callbacksLibravatar Jeff King1-5/+9
2016-02-12list-objects: drop name_path entirelyLibravatar Jeff King1-7/+5
2016-02-12list-objects: convert name_path to a strbufLibravatar Jeff King1-13/+9
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-2/+2
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Libravatar Junio C Hamano1-1/+1
2015-06-01silence broken link warnings with revs->ignore_missing_linksLibravatar Jeff King1-1/+1
2014-12-29rev-list: add an option to mark fewer edges as uninterestingLibravatar brian m. carlson1-2/+2
2014-10-19traverse_commit_list: support pending blobs/trees with pathsLibravatar Jeff King1-2/+5
2014-10-16object_array: add a "clear" functionLibravatar Jeff King1-6/+1