aboutsummaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAge
* Merge branch 'rs/janitorial'Junio C Hamano2015-06-01
|\
| * dir: remove unused variable sbRené Scharfe2015-05-20
| * Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano2015-05-13
| |\
* | \ Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \
| * | | untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHENguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATSNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: don't open non-existent .gitignoreNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: make a wrapper around {open,read,close}dir()Nguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: invalidate dirs recursively if .gitignore changesNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2015-03-12
| * | | untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2015-03-12
| * | | dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2015-03-12
* | | | Merge branch 'jc/gitignore-precedence'Junio C Hamano2015-05-19
|\ \ \ \
| * | | | ignore: info/exclude should trump core.excludesfileJunio C Hamano2015-04-22
* | | | | Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-11
|\ \ \ \ \
| * | | | | dir.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-06
| | |/ / / | |/| | |
* | | | | Merge branch 'cn/bom-in-gitignore'Junio C Hamano2015-05-05
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano2015-04-16
| * | | add_excludes_from_file: clarify the bom skipping logicJunio C Hamano2015-04-16
| * | | dir: allow a BOM at the beginning of exclude filesCarlos Martín Nieto2015-04-16
| |/ /
* | | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-26
|\ \ \ | |/ / |/| |
| * | report_path_error(): move to dir.cJunio C Hamano2015-03-24
* | | Merge branch 'nd/dir-prep-exclude-cleanup'Junio C Hamano2014-10-24
|\ \ \
| * | | dir.c: remove the second declaration of "stk" in prep_exclude()Nguyễn Thái Ngọc Duy2014-10-21
| |/ /
* | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \ \
| * | | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-26
| |/ /
* | | prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy2014-07-14
* | | dir.c: coding style fixNguyễn Thái Ngọc Duy2014-07-14
* | | cleanup duplicate name_compare() functionsJeremiah Mahler2014-06-20
|/ /
* | dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2014-06-02
* | Merge branch 'cb/aix'Junio C Hamano2014-04-03
|\ \
| * | dir.c: make git_fnmatch() not inlineCharles Bailey2014-03-31
* | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\ \ \
| * | | dir.c: use ALLOC_GROW() in create_simplify()Dmitry S. Dolzhenko2014-03-03
| |/ /
* | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-14
|\ \ \
| * | | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
| |/ /
* | | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-03-14
|\ \ \
| * | | dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-10
| * | | dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-10
| | |/ | |/|
* | | pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-24
* | | match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy2014-02-24
* | | dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy2014-02-24