summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-3/+3
|\
| * wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy2017-05-261-3/+3
* | Merge branch 'jc/noent-notdir'Junio C Hamano2017-06-131-1/+1
|\ \
| * | treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedjc/noent-notdirJunio C Hamano2017-05-301-1/+1
* | | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-021-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
| |/ /
* | | dir: convert fill_directory to take an indexbw/dir-c-stops-relying-on-the-indexBrandon Williams2017-05-061-2/+4
* | | dir: convert read_directory to take an indexBrandon Williams2017-05-061-8/+8
* | | dir: convert read_directory_recursive to take an indexBrandon Williams2017-05-061-23/+29
* | | dir: convert open_cached_dir to take an indexBrandon Williams2017-05-061-5/+7
* | | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-7/+9
* | | dir: convert prep_exclude to take an indexBrandon Williams2017-05-061-6/+8
* | | dir: convert add_excludes to take an indexBrandon Williams2017-05-061-14/+15
* | | dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-061-2/+3
* | | dir: convert last_exclude_matching_from_list to take an indexBrandon Williams2017-05-061-5/+8
* | | dir: convert dir_add* to take an indexBrandon Williams2017-05-061-7/+11
* | | dir: convert get_dtype to take indexBrandon Williams2017-05-061-10/+13
* | | dir: convert directory_exists_in_index to take indexBrandon Williams2017-05-061-10/+12
* | | dir: convert read_skip_worktree_file_from_index to take an indexBrandon Williams2017-05-061-6/+7
* | | dir: stop using the index compatibility macrosBrandon Williams2017-05-061-20/+21
| |/ |/|
* | 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 errorjs/realpath-pathdup-fixJohannes Schindelin2017-03-081-2/+2
|/
* dir: avoid allocation in fill_directory()rs/fill-directory-optimRené 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 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
| |\ \ \ \