summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
2017-06-13ls-files: factor out tag calculationBrandon Williams
2017-06-13ls-files: factor out debug info into a functionBrandon Williams
2017-06-13ls-files: convert show_files to take an indexBrandon Williams
2017-06-13ls-files: convert show_ce_entry to take an indexBrandon Williams
2017-06-13ls-files: convert prune_cache to take an indexBrandon Williams
2017-06-13ls-files: convert ce_excluded to take an indexBrandon Williams
2017-06-13ls-files: convert show_ru_info to take an indexBrandon Williams
2017-06-13ls-files: convert show_other_files to take an indexBrandon Williams
2017-06-13ls-files: convert show_killed_files to take an indexBrandon Williams
2017-06-13ls-files: convert write_eolinfo to take an indexBrandon Williams
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams
2017-06-13tree: convert read_tree to take an index parameterBrandon Williams
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-12ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson
2017-05-06dir: convert fill_directory to take an indexBrandon Williams
2017-05-06dir: convert is_excluded to take an indexBrandon Williams
2017-04-19ls-files: fix path used when recursing into submodulesJacob Keller
2017-04-18ls-files: fix recurse-submodules with nested submodulesJacob Keller
2017-03-17ls-files: fix bug when recursing with relative pathspecBrandon Williams
2017-03-17ls-files: fix typo in variable nameBrandon Williams
2017-02-13ls-files: move only kept cache entries in prune_cache()René Scharfe
2017-02-13ls-files: pass prefix length explicitly to prune_cache()René Scharfe
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano
2016-10-10ls-files: add pathspec matching for submodulesBrandon Williams
2016-10-10ls-files: pass through safe options for --recurse-submodulesBrandon Williams
2016-10-10ls-files: optionally recurse into submodulesBrandon Williams
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-26die("bug"): report bugs consistentlyJohannes Schindelin
2016-02-10Merge branch 'jk/options-cleanup'Junio C Hamano
2016-02-01apply, ls-files: simplify "-z" parsingJeff King
2016-01-19ls-files: add eol diagnosticsTorsten Bögershausen
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano
2015-03-24report_path_error(): move to dir.cJunio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22Merge branch 'jx/clean-interactive'Junio C Hamano
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy