summaryrefslogtreecommitdiff
path: root/builtin/ls-files.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jx/clean-interactive'Junio C Hamano2013-07-221-7/+11
|\
| * write_name{_quoted_relative,}(): remove redundant parametersJiang Xin2013-06-261-9/+8
| * quote_path_relative(): remove redundant parameterJiang Xin2013-06-261-1/+1
| * quote.c: substitute path_relative with relative_pathJiang Xin2013-06-261-2/+7
* | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-6/+6
* | Merge branch 'mh/ref-races'Junio C Hamano2013-06-301-5/+7
|\ \
| * | Extract a struct stat_data from cache_entryMichael Haggerty2013-06-201-5/+7
| |/
* | use logical OR (||) instead of binary OR (|) in logical contextRené Scharfe2013-06-131-4/+4
|/
* dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-151-11/+4
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-4/+11
|\
| * clean.c, ls-files.c: respect encapsulation of exclude_list_groupsAdam Spiers2013-01-161-5/+10
| * dir.c: keep track of where patterns came fromAdam Spiers2013-01-061-2/+3
| * dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-061-3/+5
* | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-101-1/+1
|\ \ | |/
| * dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-281-1/+1
* | pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy2012-11-191-1/+1
* | i18n: ls-files: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-27/+27
|/
* path_excluded(): update API to less cache-entry centricJunio C Hamano2012-06-051-2/+8
* ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano2012-06-031-6/+11
* Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-101-1/+1
|\
| * rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-1/+1
| * remove prefix argument from pathspec_prefixClemens Buchacher2011-09-061-1/+1
* | Merge branch 'cb/maint-ls-files-error-report'Junio C Hamano2011-08-231-3/+7
|\ \ | |/ |/|
| * ls-files: fix pathspec display on errorClemens Buchacher2011-08-111-3/+7
* | commit: allow partial commits with relative pathsClemens Buchacher2011-08-021-36/+2
|/
* pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano2011-04-051-1/+1
* Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-251-4/+5
* Merge branch 'jn/git-cmd-h-bypass-setup'Junio C Hamano2010-12-121-0/+3
|\
| * ls-files -h: show usage even with corrupt indexNguyễn Thái Ngọc Duy2010-10-221-0/+3
* | Use parentheses and `...' where appropriateŠtěpán Němec2010-10-081-1/+1
|/
* Merge branch 'ar/string-list-foreach'Junio C Hamano2010-08-181-23/+22
|\
| * Convert the users of for_each_string_list to for_each_string_list_item macroAlex Riesen2010-07-051-23/+22
* | ls-files: learn a debugging dump formatThomas Rast2010-08-021-0/+9
|/
* Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-301-1/+1
|\
| * string_list: Fix argument order for for_each_string_listJulian Phillips2010-06-271-1/+1
* | ls-files: allow relative pathspecClemens Buchacher2010-06-051-34/+41
|/
* ls: remove redundant logicErik Faye-Lund2010-03-211-5/+2
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+606