summaryrefslogtreecommitdiffstats
path: root/list-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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 callbacksJeff 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
* Convert struct object to object_idbrian m. carlson2015-11-201-2/+2
* Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-111-1/+1
|\
| * silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-011-1/+1
* | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-2/+2
|/
* traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-191-2/+5
* object_array: add a "clear" functionJeff King2014-10-161-6/+1
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-081-1/+4
|\
| * add `ignore_missing_links` mode to revwalkVicent Marti2014-04-041-1/+4
* | Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano2014-01-271-9/+11
|\ \ | |/ |/|
| * list-objects: only look at cmdline trees with edge_hintJeff King2014-01-211-9/+11
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-4/+20
|\|
| * list-objects: mark more commits as edges in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-0/+17
| * list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-4/+3
* | clear parsed flag when we free tree buffersJeff King2013-06-061-2/+1
|/