summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-301-6/+25
|\
| * ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams2017-05-121-6/+25
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-3/+3
|\ \
| * | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
| * | builtin/ls-files: convert overlay_tree_on_cache to object_idbrian m. carlson2017-05-081-3/+3
| |/
* | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-indexBrandon Williams2017-05-061-1/+1
* | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-1/+1
|/
* ls-files: fix path used when recursing into submodulesjk/ls-files-recurse-submodules-fixJacob Keller2017-04-181-1/+4
* ls-files: fix recurse-submodules with nested submodulesJacob Keller2017-04-171-0/+4
* ls-files: fix bug when recursing with relative pathspecbw/recurse-submodules-relative-fixBrandon Williams2017-03-171-12/+13
* ls-files: fix typo in variable nameBrandon Williams2017-03-171-8/+8
* ls-files: move only kept cache entries in prune_cache()rs/ls-files-partial-optimRené Scharfe2017-02-131-5/+4
* ls-files: pass prefix length explicitly to prune_cache()René Scharfe2017-02-131-5/+7
* Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-261-40/+141
|\
| * ls-files: add pathspec matching for submodulesbw/ls-files-recurse-submodulesBrandon Williams2016-10-101-6/+21
| * ls-files: pass through safe options for --recurse-submodulesBrandon Williams2016-10-101-3/+27
| * ls-files: optionally recurse into submodulesBrandon Williams2016-10-101-38/+100
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-1/+1
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-261-1/+2
* Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-101-11/+3
|\
| * apply, ls-files: simplify "-z" parsingjk/options-cleanupJeff King2016-02-011-11/+3
* | ls-files: add eol diagnosticstb/ls-files-eolTorsten Bögershausen2016-01-181-0/+21
|/
* ps_matched: xcalloc() takes nmemb and then element sizejc/calloc-pathspecJunio C Hamano2015-08-201-1/+1
* Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-43/+0
|\
| * report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-43/+0
* | standardize usage info string formatAlex Henrie2015-01-141-1/+1
* | grammofix in user-facing messagesah/grammofixAlex Henrie2014-09-021-1/+1
|/
* pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-241-2/+3
* pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-241-2/+4
* pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+1
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-0/+2
|\
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-151-0/+2
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-46/+29
|\ \
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-6/+5
| * | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-8/+11
| * | ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-33/+13
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+1
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-12/+12
* | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-7/+11
|\ \ \
| * | | write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-261-9/+8
| * | | quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-1/+1
| * | | quote.c: substitute path_relative with relative_pathJiang Xin2013-06-261-2/+7
| | |/ | |/|
* | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-6/+6
| |/ |/|
* | Merge branch 'mh/ref-races'Junio C Hamano2013-06-301-5/+7
|\ \
| * | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-201-5/+7
| |/
* | use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe2013-06-131-4/+4
|/
* dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-151-11/+4
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-4/+11
|\