summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe
2019-04-25Merge branch 'tg/ls-files-debug-format-fix'Junio C Hamano
2019-04-08ls-files: use correct format stringThomas Gummerer
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller
2018-11-19tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06ls-files: mark exclude options as NONEGJeff King
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
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