summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson
2018-03-14resolve-undo: convert struct resolve_undo_info to object_idbrian m. carlson
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-10-01ls-files: Add support in ls-files to display the fsmonitor valid bitBen Peart
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-08-27Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileBrandon Williams
2017-08-03submodule-config: move submodule-config functions to submodule-config.cBrandon Williams
2017-07-17ls-files: don't try to prune an empty indexRené Scharfe
2017-07-17use MOVE_ARRAYRené Scharfe
2017-06-24ls-files: use repository objectBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
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