summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano
2015-03-24report_path_error(): move to dir.cJunio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-09-02grammofix in user-facing messagesAlex Henrie
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-22Merge branch 'jx/clean-interactive'Junio C Hamano
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-30Merge branch 'mh/ref-races'Junio C Hamano
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersJiang Xin
2013-06-26quote_path_relative(): remove redundant parameterJiang Xin
2013-06-26quote.c: substitute path_relative with relative_pathJiang Xin
2013-06-20Extract a struct stat_data from cache_entryMichael Haggerty
2013-06-13use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-16clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-08-20i18n: ls-files: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-06-06path_excluded(): update API to less cache-entry centricJunio C Hamano
2012-06-03ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano
2011-10-10Merge branch 'cb/common-prefix-unification'Junio C Hamano
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher
2011-09-06remove prefix argument from pathspec_prefixClemens Buchacher
2011-08-23Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano
2011-08-11ls-files: fix pathspec display on errorClemens Buchacher
2011-08-02commit: allow partial commits with relative pathsClemens Buchacher
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy
2010-12-13Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano
2010-10-22ls-files -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec
2010-08-18Merge branch 'ar/string-list-foreach'Junio C Hamano
2010-08-02ls-files: learn a debugging dump formatThomas Rast
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen