aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-20ps_matched: xcalloc() takes nmemb and then element sizeJunio C Hamano1-1/+1
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano1-43/+0
2015-03-24report_path_error(): move to dir.cJunio C Hamano1-43/+0
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2014-09-02grammofix in user-facing messagesAlex Henrie1-1/+1
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy1-2/+3
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy1-2/+4
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy1-1/+1
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano1-0/+2
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-46/+29
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano1-0/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-12/+12
2013-07-22Merge branch 'jx/clean-interactive'Junio C Hamano1-7/+11
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy1-6/+5
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy1-1/+1
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy1-1/+1
2013-07-15convert report_path_error to take struct pathspecNguyễn Thái Ngọc Duy1-8/+11
2013-07-15ls-files: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-33/+13
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy1-0/+1
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy1-6/+6
2013-06-30Merge branch 'mh/ref-races'Junio C Hamano1-5/+7
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersJiang Xin1-9/+8
2013-06-26quote_path_relative(): remove redundant parameterJiang Xin1-1/+1
2013-06-26quote.c: substitute path_relative with relative_pathJiang Xin1-2/+7
2013-06-20Extract a struct stat_data from cache_entryMichael Haggerty1-5/+7
2013-06-13use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe1-4/+4
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees1-11/+4
2013-01-23Merge branch 'as/check-ignore'Junio C Hamano1-4/+11
2013-01-16clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers1-5/+10
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano1-1/+1
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers1-2/+3
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers1-3/+5
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers1-1/+1
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy1-1/+1
2012-08-20i18n: ls-files: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-27/+27
2012-06-05path_excluded(): update API to less cache-entry centricJunio C Hamano1-2/+8
2012-06-03ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano1-6/+11
2011-10-10Merge branch 'cb/common-prefix-unification'Junio C Hamano1-1/+1
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher1-1/+1
2011-09-06remove prefix argument from pathspec_prefixClemens Buchacher1-1/+1
2011-08-23Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano1-3/+7
2011-08-11ls-files: fix pathspec display on errorClemens Buchacher1-3/+7
2011-08-02commit: allow partial commits with relative pathsClemens Buchacher1-36/+2
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano1-1/+1
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy1-4/+5
2010-12-12Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano1-0/+3
2010-10-22ls-files -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy1-0/+3
2010-10-08Use parentheses and `...' where appropriateŠtěpán Němec1-1/+1
2010-08-18Merge branch 'ar/string-list-foreach'Junio C Hamano1-23/+22
2010-08-02ls-files: learn a debugging dump formatThomas Rast1-0/+9
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen1-23/+22
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano1-1/+1
2010-06-27string_list: Fix argument order for for_each_string_listJulian Phillips1-1/+1
2010-06-05ls-files: allow relative pathspecClemens Buchacher1-34/+41
2010-03-21ls: remove redundant logicErik Faye-Lund1-5/+2
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+606