| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rs/janitorial' into maint | Junio C Hamano | 2015-06-16 | 1 | -2/+0 |
|\ |
|
| * | dir: remove unused variable sbrs/janitorial | René Scharfe | 2015-05-20 | 1 | -2/+0 |
* | | Merge branch 'jc/gitignore-precedence' into maint | Junio C Hamano | 2015-06-05 | 1 | -3/+7 |
|\ \ |
|
| * | | ignore: info/exclude should trump core.excludesfilejc/gitignore-precedence | Junio C Hamano | 2015-04-22 | 1 | -3/+7 |
* | | | Merge branch 'pt/xdg-config-path' into maint | Junio C Hamano | 2015-06-05 | 1 | -5/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | dir.c: replace home_config_paths() with xdg_config_home() | Paul Tan | 2015-05-06 | 1 | -5/+2 |
* | | | Merge branch 'cn/bom-in-gitignore' into maint | Junio C Hamano | 2015-05-13 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | utf8-bom: introduce skip_utf8_bom() helper | Junio C Hamano | 2015-04-16 | 1 | -5/+4 |
| * | | | add_excludes_from_file: clarify the bom skipping logic | Junio C Hamano | 2015-04-16 | 1 | -4/+5 |
| * | | | dir: allow a BOM at the beginning of exclude files | Carlos Martín Nieto | 2015-04-16 | 1 | -1/+7 |
| |/ / |
|
* | | | Merge branch 'jc/report-path-error-to-dir' | Junio C Hamano | 2015-03-26 | 1 | -0/+43 |
|\ \ \
| |/ /
|/| | |
|
| * | | report_path_error(): move to dir.cjc/report-path-error-to-dir | Junio C Hamano | 2015-03-24 | 1 | -0/+43 |
* | | | Merge branch 'nd/dir-prep-exclude-cleanup' | Junio C Hamano | 2014-10-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | dir.c: remove the second declaration of "stk" in prep_exclude()nd/dir-prep-exclude-cleanup | Nguyễn Thái Ngọc Duy | 2014-10-21 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -4/+8 |
|\ \ \ |
|
| * | | | use xgetcwd() to get the current directory or die | René Scharfe | 2014-08-26 | 1 | -4/+8 |
| |/ / |
|
* | | | prep_exclude: remove the artificial PATH_MAX limitnd/path-max-must-go | Nguyễn Thái Ngọc Duy | 2014-07-14 | 1 | -19/+28 |
* | | | dir.c: coding style fix | Nguyễn Thái Ngọc Duy | 2014-07-14 | 1 | -6/+6 |
* | | | cleanup duplicate name_compare() functionsjm/dedup-name-compare | Jeremiah Mahler | 2014-06-20 | 1 | -2/+1 |
|/ / |
|
* | | dir.c:trim_trailing_spaces(): fix for " \ " sequence | Pasha Bolokhov | 2014-06-02 | 1 | -15/+19 |
* | | Merge branch 'cb/aix' | Junio C Hamano | 2014-04-03 | 1 | -3/+3 |
|\ \ |
|
| * | | dir.c: make git_fnmatch() not inline | Charles Bailey | 2014-03-31 | 1 | -3/+3 |
* | | | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | 1 | -4/+1 |
|\ \ \ |
|
| * | | | dir.c: use ALLOC_GROW() in create_simplify() | Dmitry S. Dolzhenko | 2014-03-03 | 1 | -4/+1 |
| |/ / |
|
* | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 | 1 | -4/+7 |
|\ \ \ |
|
| * | | | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 2014-02-20 | 1 | -4/+7 |
| |/ / |
|
* | | | Merge branch 'nd/gitignore-trailing-whitespace' | Junio C Hamano | 2014-03-14 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | dir: ignore trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -9/+12 |
| * | | | dir: warn about trailing spaces in exclude patterns | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+17 |
| | |/
| |/| |
|
* | | | pathspec: pass directory indicator to match_pathspec_item() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+2 |
* | | | match_pathspec: match pathspec "foo/" against directory "foo" | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+6 |
* | | | dir.c: prepare match_pathspec_item for taking more flags | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -6/+13 |
* | | | pathspec: rename match_pathspec_depth() to match_pathspec() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -10/+10 |
| |/
|/| |
|
* | | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 | 1 | -7/+20 |
|\ \ |
|
| * | | remove_dir_recurse(): handle disappearing files and directories | Michael Haggerty | 2014-01-21 | 1 | -6/+16 |
| * | | remove_dir_recurse(): tighten condition for removing unreadable dir | Michael Haggerty | 2014-01-21 | 1 | -2/+5 |
| |/ |
|
* | | Support pathspec magic :(exclude) and its short form :! | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -6/+41 |
|/ |
|
* | dir: revert work-around for retired dangerous behaviores/name-hash-no-trailing-slash-in-dirs | Eric Sunshine | 2013-09-17 | 1 | -15/+3 |
* | name-hash: stop storing trailing '/' on paths in index_state.dir_hash | Eric Sunshine | 2013-09-17 | 1 | -1/+1 |
* | employ new explicit "exists in index?" API | Eric Sunshine | 2013-09-17 | 1 | -5/+5 |
* | Merge branch 'jc/ls-files-killed-optim' | Junio C Hamano | 2013-09-11 | 1 | -8/+44 |
|\ |
|
| * | dir.c::test_one_path(): work around directory_exists_in_index_icase() breakagejc/ls-files-killed-optim | Eric Sunshine | 2013-08-23 | 1 | -3/+15 |
| * | ls-files -k: a directory only can be killed if the index has a non-directory | Junio C Hamano | 2013-08-15 | 1 | -2/+27 |
| * | dir.c: use the cache_* macro to access the current index | Junio C Hamano | 2013-08-15 | 1 | -6/+5 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -208/+111 |
|\ \ |
|
| * | | parse_pathspec: accept :(icase)path syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+62 |
| * | | pathspec: support :(glob) syntax | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -12/+16 |
| * | | pathspec: support :(literal) syntax for noglob pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -3/+12 |
| * | | kill limit_pathspec_to_literal() as it's only used by parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -8/+0 |
| * | | rename field "raw" to "_raw" in struct pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+2 |