summaryrefslogtreecommitdiff
path: root/list-objects.c
AgeCommit message (Expand)Author
2009-04-18Merge branch 'lt/pack-object-memuse'Junio C Hamano
2009-04-13show_object(): push path_name() call further downLinus Torvalds
2009-04-13process_{tree,blob}: show objects without bufferingLinus 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