summaryrefslogtreecommitdiff
path: root/builtin/ls-tree.c
AgeCommit message (Expand)Author
2017-01-09ls-tree: convert show_recursive to use the pathspec struct interfaceBrandon Williams
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2014-12-01ls-tree: disable negative pathspec because it's not supportedNguyễn Thái Ngọc Duy
2014-12-01ls-tree: remove path filtering logic in show_treeNguyễn Thái Ngọc Duy
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-08-20i18n: ls-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-07-25Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.Jon Seymour
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-09-12ls-tree $di $dir: do not mistakenly recurse into directoriesJunio C Hamano
2010-03-21ls: remove redundant logicErik Faye-Lund
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds