aboutsummaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAge
...
| * | | | | | | | | dir.c: clean the entire struct in clear_exclude_list()Nguyễn Thái Ngọc Duy2015-12-28
* | | | | | | | | | Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano2015-10-29
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | name-hash: don't reuse cache_entry in dir_entryDavid Turner2015-10-21
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use strbuf_complete to conditionally append slashJeff King2015-10-05
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/icase-wt-detection'Junio C Hamano2015-10-15
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | setup: fix "inside work tree" detection on case-insensitive filesystemsJohannes Schindelin2015-09-28
| * | | | | | | | Merge branch 'dt/untracked-subdir' into maintJunio C Hamano2015-09-17
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cb/uname-in-untracked' into maintJunio C Hamano2015-08-19
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'nd/ignore-then-not-ignore'Junio C Hamano2015-10-07
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | / / / / / | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | dir.c: don't exclude whole dir prematurely if neg pattern may matchNguyễn Thái Ngọc Duy2015-09-21
| * | | | | | | | | dir.c: make last_exclude_matching_from_list() run til the endNguyễn Thái Ngọc Duy2015-09-21
| * | | | | | | | | Merge branch 'jc/report-path-error-to-dir' into maintJunio C Hamano2015-03-31
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'dt/untracked-subdir'Junio C Hamano2015-08-28
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | untracked cache: fix entry invalidationNguyễn Thái Ngọc Duy2015-08-19
| * | | | | | | | | untracked-cache: fix subdirectory handlingDavid Turner2015-08-19
* | | | | | | | | | Merge branch 'jk/git-path'Junio C Hamano2015-08-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | memoize common git-path "constant" filesJeff King2015-08-10
* | | | | | | | | | | Merge branch 'dt/untracked-sparse'Junio C Hamano2015-08-17
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / /
| * | | | | | | | | untracked-cache: support sparse checkoutDavid Turner2015-07-31
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'cb/uname-in-untracked'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | |
| * | | | | | | untracked: fix detection of uname(2) failureCharles Bailey2015-07-17
* | | | | | | | 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
| |/ / /