summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dt/untracked-subdir'Junio C Hamano2015-08-281-18/+64
|\
| * untracked cache: fix entry invalidationdt/untracked-subdirNguyễn Thái Ngọc Duy2015-08-191-12/+56
| * untracked-cache: fix subdirectory handlingDavid Turner2015-08-191-6/+8
* | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-1/+3
|\ \
| * | memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-1/+3
* | | Merge branch 'dt/untracked-sparse'Junio C Hamano2015-08-171-14/+3
|\ \ \ | |/ / |/| / | |/
| * untracked-cache: support sparse checkoutDavid Turner2015-07-311-14/+3
* | Merge branch 'cb/uname-in-untracked'Junio C Hamano2015-08-031-1/+1
|\ \ | |/ |/|
| * untracked: fix detection of uname(2) failurecb/uname-in-untrackedCharles Bailey2015-07-171-1/+1
* | Merge branch 'rs/janitorial'Junio C Hamano2015-06-011-2/+0
|\ \
| * | dir: remove unused variable sbrs/janitorialRené Scharfe2015-05-201-2/+0
| * | Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano2015-05-131-0/+6
| |\ \
* | \ \ Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-34/+956
|\ \ \ \ | | |_|/ | |/| |
| * | | untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-121-1/+54
| * | | untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHENguyễn Thái Ngọc Duy2015-03-121-1/+1
| * | | untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy2015-03-121-0/+9
| * | | untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATSNguyễn Thái Ngọc Duy2015-03-121-0/+12
| * | | untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy2015-03-121-2/+2
| * | | untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-121-0/+31
| * | | untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-121-0/+219
| * | | untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-121-0/+139
| * | | untracked cache: don't open non-existent .gitignoreNguyễn Thái Ngọc Duy2015-03-121-1/+25
| * | | untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2015-03-121-1/+13
| * | | untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2015-03-121-2/+119
| * | | untracked cache: make a wrapper around {open,read,close}dir()Nguyễn Thái Ngọc Duy2015-03-121-8/+47
| * | | untracked cache: invalidate dirs recursively if .gitignore changesNguyễn Thái Ngọc Duy2015-03-121-1/+17
| * | | untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2015-03-121-3/+110
| * | | untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2015-03-121-19/+123
| * | | dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2015-03-121-7/+47
* | | | Merge branch 'jc/gitignore-precedence'Junio C Hamano2015-05-191-3/+7
|\ \ \ \
| * | | | ignore: info/exclude should trump core.excludesfilejc/gitignore-precedenceJunio C Hamano2015-04-221-3/+7
* | | | | Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-111-5/+2
|\ \ \ \ \
| * | | | | dir.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-061-5/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'cn/bom-in-gitignore'Junio C Hamano2015-05-051-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano2015-04-161-5/+4
| * | | add_excludes_from_file: clarify the bom skipping logicJunio C Hamano2015-04-161-4/+5
| * | | dir: allow a BOM at the beginning of exclude filesCarlos Martín Nieto2015-04-161-1/+7
| |/ /
* | | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-0/+43
|\ \ \ | |/ / |/| |
| * | report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-0/+43
* | | Merge branch 'nd/dir-prep-exclude-cleanup'Junio C Hamano2014-10-241-1/+1
|\ \ \
| * | | dir.c: remove the second declaration of "stk" in prep_exclude()nd/dir-prep-exclude-cleanupNguyễn Thái Ngọc Duy2014-10-211-1/+1
| |/ /
* | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-4/+8
|\ \ \
| * | | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-261-4/+8
| |/ /
* | | prep_exclude: remove the artificial PATH_MAX limitnd/path-max-must-goNguyễn Thái Ngọc Duy2014-07-141-19/+28
* | | dir.c: coding style fixNguyễn Thái Ngọc Duy2014-07-141-6/+6
* | | cleanup duplicate name_compare() functionsjm/dedup-name-compareJeremiah Mahler2014-06-201-2/+1
|/ /
* | dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2014-06-021-15/+19
* | Merge branch 'cb/aix'Junio C Hamano2014-04-031-3/+3
|\ \
| * | dir.c: make git_fnmatch() not inlineCharles Bailey2014-03-311-3/+3
* | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-4/+1
|\ \ \