summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
AgeCommit message (Expand)Author
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
2010-06-30Merge branch 'jp/string-list-api-cleanup'Junio C Hamano
2010-06-27string_list: Fix argument order for for_each_string_listJulian Phillips
2010-06-05ls-files: allow relative pathspecClemens Buchacher
2010-03-21ls: remove redundant logicErik Faye-Lund
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds