aboutsummaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAge
* ls-files: move only kept cache entries in prune_cache()René Scharfe2017-02-13
* ls-files: pass prefix length explicitly to prune_cache()René Scharfe2017-02-13
* Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-26
|\
| * ls-files: add pathspec matching for submodulesBrandon Williams2016-10-10
| * ls-files: pass through safe options for --recurse-submodulesBrandon Williams2016-10-10
| * ls-files: optionally recurse into submodulesBrandon Williams2016-10-10
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
|/
* die("bug"): report bugs consistentlyJohannes Schindelin2016-07-26
* Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-10
|\
| * apply, ls-files: simplify "-z" parsingJeff King2016-02-01
* | ls-files: add eol diagnosticsTorsten Bögershausen2016-01-18
|/
* ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano2015-08-20
* Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-26
|\
| * report_path_error(): move to dir.cJunio C Hamano2015-03-24
* | standardize usage info string formatAlex Henrie2015-01-14
* | grammofix in user-facing messagesAlex Henrie2014-09-02
|/
* pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-24
* pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-24
* pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-11
|\
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-15
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* | | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
* | | Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-22
|\ \ \
| * | | write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-26
| * | | quote_path_relative(): remove redundant parameterJiang Xin2013-06-26
| * | | quote.c: substitute path_relative with relative_pathJiang Xin2013-06-26
| | |/ | |/|
* | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
| |/ |/|
* | Merge branch 'mh/ref-races'Junio C Hamano2013-06-30
|\ \
| * | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-20
| |/
* | use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe2013-06-13
|/
* dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-15
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-23
|\
| * clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers2013-01-16
| * dir.c: keep track of where patterns came fromAdam Spiers2013-01-06
| * dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-06
* | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-10
|\ \ | |/
| * dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-28
* | pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy2012-11-19
* | i18n: ls-files: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* path_excluded(): update API to less cache-entry centricJunio C Hamano2012-06-05
* ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano2012-06-03
* Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-10
|\
| * rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12