summaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sl/clean-d-ignored-fix' into maintJunio C Hamano2017-06-131-4/+39
|\
| * dir: expose cmp_name() and check_contains()Samuel Lijin2017-05-221-5/+6
| * dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-221-0/+31
| * dir: recurse into untracked dirs for ignored filesSamuel Lijin2017-05-221-1/+4
* | Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-281-11/+21
|\ \
| * | connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller2017-03-151-11/+21
* | | Merge branch 'bw/attr-pathspec'Junio C Hamano2017-03-171-3/+40
|\ \ \ | |_|/ |/| |
| * | pathspec: allow querying for attributesBrandon Williams2017-03-131-3/+40
| |/
* / real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-081-2/+2
|/
* dir: avoid allocation in fill_directory()René Scharfe2017-02-081-4/+3
* Merge branch 'bw/realpath-wo-chdir'Junio C Hamano2017-01-181-2/+2
|\
* \ Merge branch 'bw/pathspec-cleanup'Junio C Hamano2017-01-181-107/+84
|\ \
| * | dir: convert fill_directory to use the pathspec struct interfaceBrandon Williams2017-01-081-4/+8
| * | dir: remove struct path_simplifyBrandon Williams2017-01-081-103/+76
| |/
* | submodule: add absorb-git-dir functionStefan Beller2016-12-121-0/+12
* | move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-121-0/+25
|/
* 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 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 integersSaurav 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