80 Commits (85ab50f938601cf874c841cee4c56f1d1dc8199e)

Author SHA1 Message Date
Brandon Williams 85ab50f938 tree: convert read_tree to take an index parameter 8 years ago
Brandon Williams a7609c54b3 convert: convert get_cached_convert_stats_ascii to take an index 8 years ago
Brandon Williams cbca060e10 ls-files: prevent prune_cache from overeagerly pruning submodules 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 6f37eb7d85 builtin/ls-files: convert overlay_tree_on_cache to object_id 8 years ago
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Jacob Keller 2cfe66a8ee ls-files: fix path used when recursing into submodules 8 years ago
Jacob Keller 2e5d6503bd ls-files: fix recurse-submodules with nested submodules 8 years ago
Brandon Williams b2dfeb7c00 ls-files: fix bug when recursing with relative pathspec 8 years ago
Brandon Williams e4770f67d1 ls-files: fix typo in variable name 8 years ago
René Scharfe 96f6d3f61a ls-files: move only kept cache entries in prune_cache() 8 years ago
René Scharfe 7b4158a8d8 ls-files: pass prefix length explicitly to prune_cache() 8 years ago
Brandon Williams 75a6315f74 ls-files: add pathspec matching for submodules 8 years ago
Brandon Williams 07c01b9fd9 ls-files: pass through safe options for --recurse-submodules 8 years ago
Brandon Williams e77aa336f1 ls-files: optionally recurse into submodules 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Johannes Schindelin ef1177d18e die("bug"): report bugs consistently 9 years ago
Jeff King 1f3c79a9d6 apply, ls-files: simplify "-z" parsing 9 years ago
Torsten Bögershausen a7630bd427 ls-files: add eol diagnostics 9 years ago
Junio C Hamano 8b54c23437 ps_matched: xcalloc() takes nmemb and then element size 10 years ago
Junio C Hamano 777c55a616 report_path_error(): move to dir.c 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
Nguyễn Thái Ngọc Duy ae8d082421 pathspec: pass directory indicator to match_pathspec_item() 11 years ago
Nguyễn Thái Ngọc Duy 854b09592c pathspec: rename match_pathspec_depth() to match_pathspec() 11 years ago
Nguyễn Thái Ngọc Duy ebb32893ba pathspec: convert some match_pathspec_depth() to dir_path_match() 11 years ago
Junio C Hamano 2eac2a4cc4 ls-files -k: a directory only can be killed if the index has a non-directory 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Nguyễn Thái Ngọc Duy 9a08727443 remove init_pathspec() in favor of parse_pathspec() 12 years ago
Nguyễn Thái Ngọc Duy 827f4d6c21 convert common_prefix() to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 17ddc66e70 convert report_path_error to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9e06d6ed76 ls-files: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 64acde94ef move struct pathspec and related functions to pathspec.[ch] 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Jiang Xin e9a820cefd write_name{_quoted_relative,}(): remove redundant parameters 12 years ago
Jiang Xin 39598f9983 quote_path_relative(): remove redundant parameter 12 years ago
Jiang Xin ad66df2df1 quote.c: substitute path_relative with relative_path 12 years ago
Michael Haggerty c21d39d7c7 Extract a struct stat_data from cache_entry 12 years ago
René Scharfe 0b437a18bd use logical OR (||) instead of binary OR (|) in logical context 12 years ago
Karsten Blees b07bc8c8c3 dir.c: replace is_path_excluded with now equivalent is_excluded API 12 years ago
Adam Spiers 72aeb18772 clean.c, ls-files.c: respect encapsulation of exclude_list_groups 12 years ago
Adam Spiers c04318e46a dir.c: keep track of where patterns came from 12 years ago
Adam Spiers c082df2453 dir.c: use a single struct exclude_list per source of excludes 12 years ago
Adam Spiers 9013089c4a dir.c: rename path_excluded() to is_path_excluded() 12 years ago
Nguyễn Thái Ngọc Duy 170260ae90 pathspec: save the non-wildcard length part 12 years ago
Nguyễn Thái Ngọc Duy 377adc3aaf i18n: ls-files: mark parseopt strings for translation 13 years ago
Junio C Hamano 782cd4c0f6 path_excluded(): update API to less cache-entry centric 13 years ago
Junio C Hamano eb41775ecc ls-files -i: pay attention to exclusion of leading paths 13 years ago