aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-ls-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-176/+0
2009-11-17ls-tree: migrate to parse-optionsStephen Boyd1-60/+40
2009-03-20Produce a nicer output in case of sha1_object_info failures in ls-tree -lAlex Riesen1-10/+12
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli1-7/+2
2009-01-01Document git-ls-tree --full-treeNanako Shiraishi1-1/+1
2008-12-26ls-tree: add --full-tree optionJunio C Hamano1-0/+5
2008-08-04Add output flushing before fork()Anders Melchiorsen1-7/+6
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-15add context pointer to read_tree_recursive()René Scharfe1-2/+2
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2007-09-20Full rework of quote_c_style and write_name_quoted.Pierre Habouzit1-4/+2
2007-05-23Merge branch 'jn/lstree'Junio C Hamano1-5/+28
2007-05-21rename dirlink to gitlink.Martin Waitz1-1/+1
2007-05-20Add an option to git-ls-tree to display also the size of blobJakub Narebski1-5/+28
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds1-1/+19
2007-02-20prefixcmp(): fix-up leftover strncmp().Junio C Hamano1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-4/+4
2006-05-28Remove "tree->entries" tree-entry list from tree parserLinus Torvalds1-1/+1
2006-05-23Builtin git-ls-tree.Peter Eriksen1-0/+156