summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+3
2017-05-12ls-files: prevent prune_cache from overeagerly pruning submodulesLibravatar Brandon Williams1-6/+25
2017-05-08tree: convert parse_tree_indirect to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08builtin/ls-files: convert overlay_tree_on_cache to object_idLibravatar brian m. carlson1-3/+3
2017-05-06dir: convert fill_directory to take an indexLibravatar Brandon Williams1-1/+1
2017-05-06dir: convert is_excluded to take an indexLibravatar Brandon Williams1-1/+1
2017-04-18ls-files: fix path used when recursing into submodulesLibravatar Jacob Keller1-1/+4
2017-04-17ls-files: fix recurse-submodules with nested submodulesLibravatar Jacob Keller1-0/+4
2017-03-17ls-files: fix bug when recursing with relative pathspecLibravatar Brandon Williams1-12/+13
2017-03-17ls-files: fix typo in variable nameLibravatar Brandon Williams1-8/+8