summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Merge branch 'jc/ls-files-killed-optim'Libravatar Junio C Hamano1-0/+2
2013-09-09Merge branch 'jl/submodule-mv'Libravatar Junio C Hamano1-46/+29
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryLibravatar Junio C Hamano1-0/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-12/+12
2013-07-22Merge branch 'jx/clean-interactive'Libravatar Junio C Hamano1-7/+11
2013-07-15remove init_pathspec() in favor of parse_pathspec()Libravatar Nguyễn Thái Ngọc Duy1-6/+5
2013-07-15convert common_prefix() to use struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-15convert {read,fill}_directory to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-15convert report_path_error to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-8/+11
2013-07-15ls-files: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-33/+13
2013-07-15move struct pathspec and related functions to pathspec.[ch]Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-6/+6
2013-06-30Merge branch 'mh/ref-races'Libravatar Junio C Hamano1-5/+7
2013-06-26write_name{_quoted_relative,}(): remove redundant parametersLibravatar Jiang Xin1-9/+8
2013-06-26quote_path_relative(): remove redundant parameterLibravatar Jiang Xin1-1/+1
2013-06-26quote.c: substitute path_relative with relative_pathLibravatar Jiang Xin1-2/+7
2013-06-20Extract a struct stat_data from cache_entryLibravatar Michael Haggerty1-5/+7
2013-06-13use logical OR (||) instead of binary OR (|) in logical contextLibravatar René Scharfe1-4/+4
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APILibravatar Karsten Blees1-11/+4
2013-01-23Merge branch 'as/check-ignore'Libravatar Junio C Hamano1-4/+11
2013-01-16clean.c, ls-files.c: respect encapsulation of exclude_list_groupsLibravatar Adam Spiers1-5/+10
2013-01-10Merge branch 'as/dir-c-cleanup'Libravatar Junio C Hamano1-1/+1
2013-01-06dir.c: keep track of where patterns came fromLibravatar Adam Spiers1-2/+3
2013-01-06dir.c: use a single struct exclude_list per source of excludesLibravatar Adam Spiers1-3/+5
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Libravatar Adam Spiers1-1/+1
2012-11-19pathspec: save the non-wildcard length partLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-08-20i18n: ls-files: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-27/+27
2012-06-05path_excluded(): update API to less cache-entry centricLibravatar Junio C Hamano1-2/+8
2012-06-03ls-files -i: pay attention to exclusion of leading pathsLibravatar Junio C Hamano1-6/+11
2011-10-10Merge branch 'cb/common-prefix-unification'Libravatar Junio C Hamano1-1/+1
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Libravatar Clemens Buchacher1-1/+1
2011-09-06remove prefix argument from pathspec_prefixLibravatar Clemens Buchacher1-1/+1
2011-08-23Merge branch 'cb/maint-ls-files-error-report'Libravatar Junio C Hamano1-3/+7
2011-08-11ls-files: fix pathspec display on errorLibravatar Clemens Buchacher1-3/+7
2011-08-02commit: allow partial commits with relative pathsLibravatar Clemens Buchacher1-36/+2
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardLibravatar Junio C Hamano1-1/+1
2011-03-25Convert read_tree{,_recursive} to support struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-4/+5
2010-12-12Merge branch 'jn/git-cmd-h-bypass-setup'Libravatar Junio C Hamano1-0/+3
2010-10-22ls-files -h: show usage even with corrupt indexLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2010-10-08Use parentheses and `...' where appropriateLibravatar Štěpán Němec1-1/+1
2010-08-18Merge branch 'ar/string-list-foreach'Libravatar Junio C Hamano1-23/+22
2010-08-02ls-files: learn a debugging dump formatLibravatar Thomas Rast1-0/+9
2010-07-05Convert the users of for_each_string_list to for_each_string_list_item macroLibravatar Alex Riesen1-23/+22
2010-06-30Merge branch 'jp/string-list-api-cleanup'Libravatar Junio C Hamano1-1/+1
2010-06-27string_list: Fix argument order for for_each_string_listLibravatar Julian Phillips1-1/+1
2010-06-05ls-files: allow relative pathspecLibravatar Clemens Buchacher1-34/+41
2010-03-21ls: remove redundant logicLibravatar Erik Faye-Lund1-5/+2
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+606