summaryrefslogtreecommitdiff
path: root/builtin-ls-tree.c
AgeCommit message (Expand)Author
2009-11-18ls-tree: migrate to parse-optionsStephen Boyd
2009-03-20Produce a nicer output in case of sha1_object_info failures in ls-tree -lAlex Riesen
2009-02-07tree.c: allow read_tree_recursive() to traverse gitlink entriesLars Hjemli
2009-01-01Document git-ls-tree --full-treeNanako Shiraishi
2008-12-26ls-tree: add --full-tree optionJunio C Hamano
2008-08-05Add output flushing before fork()Anders Melchiorsen
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-15add context pointer to read_tree_recursive()René Scharfe
2008-07-13Make usage strings dash-lessStephan Beyer
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2007-09-21Full rework of quote_c_style and write_name_quoted.Pierre Habouzit
2007-05-23Merge branch 'jn/lstree'Junio C Hamano
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-05-21Add an option to git-ls-tree to display also the size of blobJakub Narebski
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-05-29Remove "tree->entries" tree-entry list from tree parserLinus Torvalds
2006-05-23Builtin git-ls-tree.Peter Eriksen