summaryrefslogtreecommitdiffstats
path: root/list-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano1-16/+17
2009-04-12show_object(): push path_name() call further downLinus Torvalds1-5/+5
2009-04-12process_{tree,blob}: show objects without bufferingLinus Torvalds1-17/+18
2009-04-12Merge branch 'cc/bisect-filter'Junio C Hamano1-4/+5
2009-04-08process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink1-2/+0
2009-04-07list-objects: add "void *data" parameter to show functionsChristian Couder1-4/+5
2008-02-18list-objects.c::process_tree/blob: check for NULLMartin Koegler1-0/+4
2007-11-10Fix memory leak in traverse_commit_listShawn O. Pearce1-0/+7
2007-05-21rename dirlink to gitlink.Martin Waitz1-1/+1
2007-04-14Teach git list-objects logic to not follow gitlinksLinus Torvalds1-0/+34
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds1-2/+1
2006-09-07pack-objects: further work on internal rev-list logic.Junio C Hamano1-0/+33
2006-09-07Separate object listing routines out of rev-listJunio C Hamano1-0/+107