summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* read info/{attributes,exclude} only when in repositoryJeff King2016-10-261-6/+6
* Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano2016-10-261-2/+44
|\
| * ls-files: add pathspec matching for submodulesbw/ls-files-recurse-submodulesBrandon Williams2016-10-101-2/+44
* | use QSORTRené Scharfe2016-09-291-2/+2
* | cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-3/+4
|/
* Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano2016-07-251-1/+1
|\
| * use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe2016-07-191-1/+1
| * Merge branch 'dt/name-hash-dir-entry-fix' into maintJunio C Hamano2015-11-031-18/+4
| |\
| * \ Merge branch 'js/icase-wt-detection' into maintJunio C Hamano2015-10-161-1/+10
| |\ \
* | \ \ Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-7/+6
|\ \ \ \
| * | | | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-221-7/+6
| * | | | Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano2016-04-061-4/+4
| |\ \ \ \
* | | | | | dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy2016-04-221-7/+0
* | | | | | Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano2016-04-141-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | dir: store EXC_FLAG_* values in unsigned integersss/exc-flag-is-a-collection-of-bitsSaurav Sachidanand2016-03-011-4/+4
| * | | | Merge branch 'rs/janitorial' into maintJunio C Hamano2015-06-161-2/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/gitignore-precedence' into maintJunio C Hamano2015-06-051-3/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-5/+2
| |\ \ \ \ \ \
* | | | | | | | Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-181-201/+3
* | | | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-261-24/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | write_untracked_extension: use FLEX_ALLOC helperJeff King2016-02-221-5/+4
| * | | | | | | | use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2
| * | | | | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-221-13/+3
| * | | | | | | | use xmallocz to avoid size arithmeticJeff King2016-02-221-1/+1
| * | | | | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+3
| * | | | | | | | Merge branch 'nd/exclusion-regression-fix' into maintJunio C Hamano2016-02-051-74/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/dir-exclude-cleanup' into maintJunio C Hamano2016-02-051-3/+1
| |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy2016-02-151-1/+108
* | | | | | | | | | | dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy2016-02-151-3/+74
* | | | | | | | | | | dir.c: support tracing excludeNguyễn Thái Ngọc Duy2016-02-151-0/+20
* | | | | | | | | | | dir.c: fix match_pathname()Nguyễn Thái Ngọc Duy2016-02-151-1/+1
* | | | | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-101-13/+49
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-251-15/+24
| * | | | | | | | | | | dir: add remove_untracked_cache()Christian Couder2016-01-251-0/+9
| * | | | | | | | | | | dir: add {new,add}_untracked_cache()Christian Couder2016-01-251-0/+18
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-01-201-74/+2
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy2016-01-081-73/+1
* | | | | | | | | | | Merge branch 'nd/dir-exclude-cleanup'Junio C Hamano2016-01-201-3/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | / / / / / / / / | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | dir.c: clean the entire struct in clear_exclude_list()nd/dir-exclude-cleanupNguyễn Thái Ngọc Duy2015-12-281-3/+1
* | | | | | | | | | Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano2015-10-291-18/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | name-hash: don't reuse cache_entry in dir_entrydt/name-hash-dir-entry-fixDavid Turner2015-10-211-18/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-4/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | use strbuf_complete to conditionally append slashJeff King2015-10-051-4/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/icase-wt-detection'Junio C Hamano2015-10-151-1/+10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | setup: fix "inside work tree" detection on case-insensitive filesystemsjs/icase-wt-detectionJohannes Schindelin2015-09-281-1/+10
| * | | | | | | | Merge branch 'dt/untracked-subdir' into maintJunio C Hamano2015-09-171-32/+67
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cb/uname-in-untracked' into maintJunio C Hamano2015-08-191-1/+1
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'nd/ignore-then-not-ignore'Junio C Hamano2015-10-071-6/+83
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | / / / / / | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | dir.c: don't exclude whole dir prematurely if neg pattern may matchnd/ignore-then-not-ignoreNguyễn Thái Ngọc Duy2015-09-211-1/+73
| * | | | | | | | | dir.c: make last_exclude_matching_from_list() run til the endNguyễn Thái Ngọc Duy2015-09-211-5/+10