61 Commits (e77aa336f116e8ff8a72d034494b3a476b78c3ee)

Author SHA1 Message Date
Brandon Williams e77aa336f1 ls-files: optionally recurse into submodules 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
Clemens Buchacher f950eb9560 rename pathspec_prefix() to common_prefix() and move to dir.[ch] 14 years ago
Clemens Buchacher 5879f5684c remove prefix argument from pathspec_prefix 14 years ago
Clemens Buchacher 0f64bfa956 ls-files: fix pathspec display on error 14 years ago
Clemens Buchacher 8894d53580 commit: allow partial commits with relative paths 14 years ago
Junio C Hamano 33e0f62ba9 pathspec: rename per-item field has_wildcard to use_wildcard 14 years ago
Nguyễn Thái Ngọc Duy f0096c06bc Convert read_tree{,_recursive} to support struct pathspec 14 years ago
Nguyễn Thái Ngọc Duy cbb3167ef8 ls-files -h: show usage even with corrupt index 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 14 years ago
Thomas Rast 8497421715 ls-files: learn a debugging dump format 15 years ago
Alex Riesen 8a57c6e943 Convert the users of for_each_string_list to for_each_string_list_item macro 15 years ago
Julian Phillips b684e97736 string_list: Fix argument order for for_each_string_list 15 years ago
Clemens Buchacher efad1a5615 ls-files: allow relative pathspec 15 years ago
Erik Faye-Lund 531e758d9c ls: remove redundant logic 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 9d9a2f4aba resolve-undo: basic tests 15 years ago
Jeff King 500348aa68 ls-files: unbreak "ls-files -i" 15 years ago