94 Commits (578398071e45d296c3dc1de10acdbc15365e763f)

Author SHA1 Message Date
Brandon Williams 188dce131f ls-files: use repository object 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams a84f3e59eb ls-files: factor out tag calculation 8 years ago
Brandon Williams 5306ccf9e9 ls-files: factor out debug info into a function 8 years ago
Brandon Williams f587c8dcde ls-files: convert show_files to take an index 8 years ago
Brandon Williams ff020a8ab0 ls-files: convert show_ce_entry to take an index 8 years ago
Brandon Williams 6510ae173a ls-files: convert prune_cache to take an index 8 years ago
Brandon Williams 1d35e3bf05 ls-files: convert ce_excluded to take an index 8 years ago
Brandon Williams 2d407e2da1 ls-files: convert show_ru_info to take an index 8 years ago
Brandon Williams 23d6846b23 ls-files: convert show_other_files to take an index 8 years ago
Brandon Williams 23d6236a07 ls-files: convert show_killed_files to take an index 8 years ago
Brandon Williams 1985fd68c6 ls-files: convert write_eolinfo to take an index 8 years ago
Brandon Williams 312c984a02 ls-files: convert overlay_tree_on_cache to take an index 8 years ago
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