| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'nd/retire-fnmatch' | Junio C Hamano | 2013-01-25 | 1 | -1/+2 |
|\ |
|
| * | wildmatch: support "no FNM_PATHNAME" mode | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -1/+1 |
| * | wildmatch: rename constants and update prototype | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -1/+2 |
* | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 1 | -34/+118 |
|\ \ |
|
| * | | dir.c: improve docs for match_pathspec() and match_pathspec_depth() | Adam Spiers | 2013-01-06 | 1 | -12/+26 |
| * | | dir.c: provide clear_directory() for reclaiming dir_struct memory | Adam Spiers | 2013-01-06 | 1 | -0/+30 |
| * | | dir.c: keep track of where patterns came from | Adam Spiers | 2013-01-06 | 1 | -6/+20 |
| * | | dir.c: use a single struct exclude_list per source of excludes | Adam Spiers | 2013-01-06 | 1 | -19/+45 |
* | | | Merge branch 'ap/status-ignored-in-ignored-directory' | Junio C Hamano | 2013-01-14 | 1 | -21/+76 |
|\ \ \ |
|
| * | | | status: always report ignored tracked directories | Antoine Pelisse | 2013-01-07 | 1 | -6/+3 |
| * | | | dir.c: Make git-status --ignored more consistent | Antoine Pelisse | 2013-01-01 | 1 | -20/+78 |
* | | | | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 2013-01-10 | 1 | -35/+114 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | dir.c: rename free_excludes() to clear_exclude_list() | Adam Spiers | 2012-12-28 | 1 | -1/+5 |
| * | | | dir.c: refactor is_path_excluded() | Adam Spiers | 2012-12-28 | 1 | -9/+38 |
| * | | | dir.c: refactor is_excluded() | Adam Spiers | 2012-12-28 | 1 | -9/+29 |
| * | | | dir.c: refactor is_excluded_from_list() | Adam Spiers | 2012-12-28 | 1 | -9/+28 |
| * | | | dir.c: rename excluded() to is_excluded() | Adam Spiers | 2012-12-28 | 1 | -5/+5 |
| * | | | dir.c: rename excluded_from_list() to is_excluded_from_list() | Adam Spiers | 2012-12-28 | 1 | -5/+6 |
| * | | | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 2012-12-28 | 1 | -2/+2 |
| * | | | dir.c: rename cryptic 'which' variable to more consistent name | Adam Spiers | 2012-12-28 | 1 | -5/+5 |
| * | | | Improve documentation and comments regarding directory traversal API | Adam Spiers | 2012-12-28 | 1 | -1/+7 |
* | | | | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 | 1 | -1/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -1/+3 |
| |/ / |
|
* | | | Merge branch 'jk/pathspec-literal' | Junio C Hamano | 2013-01-05 | 1 | -11/+27 |
|\ \ \ |
|
| * | | | add global --literal-pathspecs option | Jeff King | 2012-12-19 | 1 | -6/+19 |
* | | | | pathspec: apply "*.c" optimization from exclude | Nguyễn Thái Ngọc Duy | 2012-11-26 | 1 | -2/+16 |
* | | | | pathspec: do exact comparison on the leading non-wildcard part | Nguyễn Thái Ngọc Duy | 2012-11-26 | 1 | -1/+17 |
* | | | | pathspec: save the non-wildcard length part | Nguyễn Thái Ngọc Duy | 2012-11-19 | 1 | -3/+3 |
|/ / / |
|
* | | | Merge branch 'nd/attr-match-optim-more' | Jeff King | 2012-11-09 | 1 | -66/+126 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | attr: more matching optimizations from .gitignore | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -11/+11 |
| * | gitignore: make pattern parsing code a separate function | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -22/+49 |
| * | exclude: split pathname matching code into a separate function | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -32/+53 |
| * | exclude: fix a bug in prefix compare optimization | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -1/+1 |
| * | exclude: split basename matching code into a separate function | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -13/+24 |
| * | exclude: stricten a length check in EXC_FLAG_ENDSWITH case | Nguyễn Thái Ngọc Duy | 2012-10-15 | 1 | -2/+3 |
| * | Merge commit 'f9f6e2c' into nd/attr-match-optim-more | Junio C Hamano | 2012-10-05 | 1 | -66/+77 |
| |\ |
|
| * \ | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 2012-07-11 | 1 | -1/+59 |
| |\ \ |
|
* | | | | warn_on_inaccessible(): a helper to warn on inaccessible paths | Junio C Hamano | 2012-08-21 | 1 | -1/+1 |
* | | | | gitignore: report access errors of exclude files | Jeff King | 2012-08-21 | 1 | -2/+4 |
* | | | | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | ignore: make sure we have an xdg path before using it | Matthieu Moy | 2012-07-24 | 1 | -1/+1 |
* | | | | | Merge branch 'mm/config-xdg' | Junio C Hamano | 2012-07-09 | 1 | -1/+6 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignore | Huynh Khoi Nguyen Nguyen | 2012-06-25 | 1 | -1/+6 |
* | | | | | Merge branch 'nd/exclude-workaround-top-heavy' | Junio C Hamano | 2012-06-28 | 1 | -66/+77 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | exclude: do strcmp as much as possible before fnmatch | Nguyễn Thái Ngọc Duy | 2012-06-07 | 1 | -13/+24 |
| * | | | dir.c: get rid of the wildcard symbol set in no_wildcard() | Nguyễn Thái Ngọc Duy | 2012-06-07 | 1 | -16/+16 |
| * | | | Unindent excluded_from_list() | Nguyễn Thái Ngọc Duy | 2012-05-29 | 1 | -48/+48 |
| |/ / |
|
* | | | Merge branch 'jc/ls-files-i-dir' | Junio C Hamano | 2012-06-21 | 1 | -1/+59 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | dir.c: make excluded() file scope static | Junio C Hamano | 2012-06-05 | 1 | -1/+1 |
| * | path_excluded(): update API to less cache-entry centric | Junio C Hamano | 2012-06-05 | 1 | -12/+20 |