summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)AuthorFilesLines
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