summaryrefslogtreecommitdiff
path: root/list-objects.c
AgeCommit message (Expand)Author
2018-04-11treewide: replace maybe_tree with accessor methodsDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano
2017-12-28Merge branch 'sb/describe-blob'Junio C Hamano
2017-12-08rev-list: support termination at promisor objectsJonathan Tan
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler
2017-11-16revision.h: introduce blob/tree walking in order of the commitsStefan Beller
2017-11-03list-objects.c: factor out traverse_trees_and_blobsStefan Beller
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_blob to struct object_idbrian m. carlson
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2016-02-12list-objects: convert name_path to a strbufJeff King
2015-11-20Convert struct object to object_idbrian m. carlson
2015-06-11Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano
2015-06-01silence broken link warnings with revs->ignore_missing_linksJeff King
2014-12-29rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson
2014-10-19traverse_commit_list: support pending blobs/trees with pathsJeff King
2014-10-16object_array: add a "clear" functionJeff King
2014-04-08Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti
2014-01-27Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano
2014-01-21list-objects: only look at cmdline trees with edge_hintJeff King
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano
2013-08-28list-objects: mark more commits as edges in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-06-06clear parsed flag when we free tree buffersJeff King
2011-10-27tree_entry_interesting(): give meaningful names to return valuesNguyễn Thái Ngọc Duy
2011-09-01list-objects: pass callback data to show_objects()Junio C Hamano
2011-05-06Merge branch 'nd/struct-pathspec'Junio C Hamano
2011-03-25Improve tree_entry_interesting() handling codeNguyễn Thái Ngọc Duy
2011-03-23Merge branch 'jc/maint-rev-list-culled-boundary'Junio C Hamano
2011-03-14list-objects.c: don't add an unparsed NULL as a pending treeJunio C Hamano
2011-02-03Make rev-list --objects work together with pathspecsElijah Newren
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano
2009-04-13process_{tree,blob}: show objects without bufferingLinus Torvalds
2009-04-13show_object(): push path_name() call further downLinus Torvalds
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano
2009-04-09process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink
2009-04-08list-objects: add "void *data" parameter to show functionsChristian Couder
2008-02-19list-objects.c::process_tree/blob: check for NULLMartin Koegler
2007-11-10Fix memory leak in traverse_commit_listShawn O. Pearce
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-04-14Teach git list-objects logic to not follow gitlinksLinus Torvalds
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano
2006-09-07Separate object listing routines out of rev-listJunio C Hamano