aboutsummaryrefslogtreecommitdiffstats
path: root/list-objects.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-09list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee1-2/+10
2019-01-17list-objects: consume sparse tree walkDerrick Stolee1-1/+3
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+4
2017-11-22list-objects: filter objects in traverse_commit_listJeff Hostetler1-1/+12
2016-02-12list-objects: pass full pathname to callbacksJeff King1-1/+1
2016-02-12list-objects: drop name_path entirelyJeff King1-1/+1
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy1-1/+1
2011-09-01list-objects: pass callback data to show_objects()Junio C Hamano1-3/+2
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano1-1/+1
2009-04-12show_object(): push path_name() call further downLinus Torvalds1-1/+1
2009-04-12process_{tree,blob}: show objects without bufferingLinus Torvalds1-1/+1
2009-04-07list-objects: add "void *data" parameter to show functionsChristian Couder1-3/+3
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano1-3/+7
2006-09-07Separate object listing routines out of rev-listJunio C Hamano1-0/+8