summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Merge branch 'dl/opt-callback-cleanup'Libravatar Junio C Hamano1-6/+6
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-6/+6
2020-04-01Fix error-prone fill_directory() API; make it only return matchesLibravatar Elijah Newren1-2/+3
2019-09-30Merge branch 'ds/include-exclude'Libravatar Junio C Hamano1-4/+4
2019-09-05treewide: rename 'exclude' methods to 'pattern'Libravatar Derrick Stolee1-3/+3
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Libravatar Derrick Stolee1-3/+3
2019-06-13cleanup: fix possible overflow errors in binary search, part 2Libravatar René Scharfe1-1/+1
2019-04-25Merge branch 'tg/ls-files-debug-format-fix'Libravatar Junio C Hamano1-5/+5
2019-04-08ls-files: use correct format stringLibravatar Thomas Gummerer1-5/+5
2019-03-20report_path_error(): drop unused prefix parameterLibravatar Jeff King1-1/+1
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-1/+0
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Libravatar Junio C Hamano1-5/+7
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-1/+0
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller1-5/+7
2018-11-19tree.c: make read_tree*() take 'struct repository *'Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksLibravatar Jeff King1-0/+7
2018-11-06ls-files: mark exclude options as NONEGLibravatar Jeff King1-3/+4
2018-08-13ls-files: correct index argument to get_convert_attr_ascii()Libravatar Nguyễn Thái Ngọc Duy1-8/+9
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-08-13convert.c: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-06-01Merge branch 'nd/use-opt-int-set-f'Libravatar Junio C Hamano1-3/+3
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idLibravatar brian m. carlson1-2/+2
2018-03-14resolve-undo: convert struct resolve_undo_info to object_idLibravatar brian m. carlson1-1/+1
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano1-2/+6
2017-10-01ls-files: Add support in ls-files to display the fsmonitor valid bitLibravatar Ben Peart1-2/+6
2017-09-08add UNLEAK annotation for reducing leak false positivesLibravatar Jeff King1-0/+1
2017-08-26Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-5/+1
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileLibravatar Brandon Williams1-5/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-0/+1
2017-07-17ls-files: don't try to prune an empty indexLibravatar René Scharfe1-1/+1
2017-07-17use MOVE_ARRAYLibravatar René Scharfe1-2/+1
2017-06-23ls-files: use repository objectLibravatar Brandon Williams1-114/+78
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Libravatar Junio C Hamano1-79/+100
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-13ls-files: factor out tag calculationLibravatar Brandon Williams1-16/+25
2017-06-13ls-files: factor out debug info into a functionLibravatar Brandon Williams1-9/+14
2017-06-13ls-files: convert show_files to take an indexLibravatar Brandon Williams1-15/+15
2017-06-13ls-files: convert show_ce_entry to take an indexLibravatar Brandon Williams1-5/+6
2017-06-13ls-files: convert prune_cache to take an indexLibravatar Brandon Williams1-7/+8
2017-06-13ls-files: convert ce_excluded to take an indexLibravatar Brandon Williams1-4/+5
2017-06-13ls-files: convert show_ru_info to take an indexLibravatar Brandon Williams1-4/+4
2017-06-13ls-files: convert show_other_files to take an indexLibravatar Brandon Williams1-3/+4
2017-06-13ls-files: convert show_killed_files to take an indexLibravatar Brandon Williams1-10/+11
2017-06-13ls-files: convert write_eolinfo to take an indexLibravatar Brandon Williams1-7/+6
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexLibravatar Brandon Williams1-7/+8
2017-06-13tree: convert read_tree to take an index parameterLibravatar Brandon Williams1-1/+1
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexLibravatar Brandon Williams1-1/+2
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Libravatar Junio C Hamano1-6/+25