summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-13ls-files: move only kept cache entries in prune_cache()Libravatar René Scharfe1-5/+4
2017-02-13ls-files: pass prefix length explicitly to prune_cache()Libravatar René Scharfe1-5/+7
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Libravatar Junio C Hamano1-40/+141
2016-10-10ls-files: add pathspec matching for submodulesLibravatar Brandon Williams1-6/+21
2016-10-10ls-files: pass through safe options for --recurse-submodulesLibravatar Brandon Williams1-3/+27
2016-10-10ls-files: optionally recurse into submodulesLibravatar Brandon Williams1-38/+100
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson1-1/+1
2016-07-26die("bug"): report bugs consistentlyLibravatar Johannes Schindelin1-1/+2
2016-02-10Merge branch 'jk/options-cleanup'Libravatar Junio C Hamano1-11/+3
2016-02-01apply, ls-files: simplify "-z" parsingLibravatar Jeff King1-11/+3
2016-01-18ls-files: add eol diagnosticsLibravatar Torsten Bögershausen1-0/+21
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeLibravatar Junio C Hamano1-1/+1
2015-03-26Merge branch 'jc/report-path-error-to-dir'Libravatar Junio C Hamano1-43/+0