| Commit message (Expand) | Author | Age | Files | Lines |
* | grammofix in user-facing messagesah/grammofix | Alex Henrie | 2014-09-02 | 1 | -1/+1 |
* | pathspec: pass directory indicator to match_pathspec_item() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+3 |
* | pathspec: rename match_pathspec_depth() to match_pathspec() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+4 |
* | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+1 |
* | Merge branch 'jc/ls-files-killed-optim' | Junio C Hamano | 2013-09-11 | 1 | -0/+2 |
|\ |
|
| * | ls-files -k: a directory only can be killed if the index has a non-directory | Junio C Hamano | 2013-08-15 | 1 | -0/+2 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -46/+29 |
|\ \ |
|
| * | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -6/+5 |
| * | | convert common_prefix() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
| * | | convert {read,fill}_directory to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
| * | | convert report_path_error to take struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -8/+11 |
| * | | ls-files: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -33/+13 |
| * | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+1 |
* | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -12/+12 |
* | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 | 1 | -7/+11 |
|\ \ \ |
|
| * | | | write_name{_quoted_relative,}(): remove redundant parameters | Jiang Xin | 2013-06-26 | 1 | -9/+8 |
| * | | | quote_path_relative(): remove redundant parameter | Jiang Xin | 2013-06-26 | 1 | -1/+1 |
| * | | | quote.c: substitute path_relative with relative_path | Jiang Xin | 2013-06-26 | 1 | -2/+7 |
| | |/
| |/| |
|
* | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -6/+6 |
| |/
|/| |
|
* | | Merge branch 'mh/ref-races' | Junio C Hamano | 2013-06-30 | 1 | -5/+7 |
|\ \ |
|
| * | | Extract a struct stat_data from cache_entry | Michael Haggerty | 2013-06-20 | 1 | -5/+7 |
| |/ |
|
* | | use logical OR (||) instead of binary OR (|) in logical context | René Scharfe | 2013-06-13 | 1 | -4/+4 |
|/ |
|
* | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 2013-04-15 | 1 | -11/+4 |
* | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 1 | -4/+11 |
|\ |
|
| * | clean.c, ls-files.c: respect encapsulation of exclude_list_groups | Adam Spiers | 2013-01-16 | 1 | -5/+10 |
| * | dir.c: keep track of where patterns came from | Adam Spiers | 2013-01-06 | 1 | -2/+3 |
| * | dir.c: use a single struct exclude_list per source of excludes | Adam Spiers | 2013-01-06 | 1 | -3/+5 |
* | | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 2013-01-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 2012-12-28 | 1 | -1/+1 |
* | | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 2012-11-19 | 1 | -1/+1 |
* | | i18n: ls-files: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -27/+27 |
|/ |
|
* | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 | 1 | -2/+8 |
* | ls-files -i: pay attention to exclusion of leading paths | Junio C Hamano | 2012-06-03 | 1 | -6/+11 |
* | Merge branch 'cb/common-prefix-unification' | Junio C Hamano | 2011-10-10 | 1 | -1/+1 |
|\ |
|
| * | rename pathspec_prefix() to common_prefix() and move to dir.[ch] | Clemens Buchacher | 2011-09-12 | 1 | -1/+1 |
| * | remove prefix argument from pathspec_prefix | Clemens Buchacher | 2011-09-06 | 1 | -1/+1 |
* | | Merge branch 'cb/maint-ls-files-error-report' | Junio C Hamano | 2011-08-23 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | ls-files: fix pathspec display on error | Clemens Buchacher | 2011-08-11 | 1 | -3/+7 |
* | | commit: allow partial commits with relative paths | Clemens Buchacher | 2011-08-02 | 1 | -36/+2 |
|/ |
|
* | pathspec: rename per-item field has_wildcard to use_wildcard | Junio C Hamano | 2011-04-05 | 1 | -1/+1 |
* | Convert read_tree{,_recursive} to support struct pathspec | Nguyễn Thái Ngọc Duy | 2011-03-25 | 1 | -4/+5 |
* | Merge branch 'jn/git-cmd-h-bypass-setup' | Junio C Hamano | 2010-12-12 | 1 | -0/+3 |
|\ |
|
| * | ls-files -h: show usage even with corrupt index | Nguyễn Thái Ngọc Duy | 2010-10-22 | 1 | -0/+3 |
* | | Use parentheses and `...' where appropriate | Štěpán Němec | 2010-10-08 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'ar/string-list-foreach' | Junio C Hamano | 2010-08-18 | 1 | -23/+22 |
|\ |
|
| * | Convert the users of for_each_string_list to for_each_string_list_item macro | Alex Riesen | 2010-07-05 | 1 | -23/+22 |
* | | ls-files: learn a debugging dump format | Thomas Rast | 2010-08-02 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | 1 | -1/+1 |
|\ |
|
| * | string_list: Fix argument order for for_each_string_list | Julian Phillips | 2010-06-27 | 1 | -1/+1 |
* | | ls-files: allow relative pathspec | Clemens Buchacher | 2010-06-05 | 1 | -34/+41 |
|/ |
|