summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2017-06-22Merge branch 'pc/dir-count-slashes'Junio C Hamano
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-06-12dir: create function count_slashes()Prathamesh Chavan
2017-06-02Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano
2017-05-30treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checkedJunio C Hamano
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy
2017-05-22dir: expose cmp_name() and check_contains()Samuel Lijin
2017-05-22dir: hide untracked contents of untracked dirsSamuel Lijin
2017-05-22dir: recurse into untracked dirs for ignored filesSamuel Lijin
2017-05-06dir: convert fill_directory to take an indexBrandon Williams
2017-05-06dir: convert read_directory to take an indexBrandon Williams
2017-05-06dir: convert read_directory_recursive to take an indexBrandon Williams
2017-05-06dir: convert open_cached_dir to take an indexBrandon Williams
2017-05-06dir: convert is_excluded to take an indexBrandon Williams
2017-05-06dir: convert prep_exclude to take an indexBrandon Williams
2017-05-06dir: convert add_excludes to take an indexBrandon Williams
2017-05-06dir: convert is_excluded_from_list to take an indexBrandon Williams
2017-05-06dir: convert last_exclude_matching_from_list to take an indexBrandon Williams
2017-05-06dir: convert dir_add* to take an indexBrandon Williams
2017-05-06dir: convert get_dtype to take indexBrandon Williams
2017-05-06dir: convert directory_exists_in_index to take indexBrandon Williams
2017-05-06dir: convert read_skip_worktree_file_from_index to take an indexBrandon Williams
2017-05-06dir: stop using the index compatibility macrosBrandon Williams
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-17Merge branch 'bw/attr-pathspec'Junio C Hamano
2017-03-16connect_work_tree_and_git_dir: safely create leading directoriesStefan Beller
2017-03-13pathspec: allow querying for attributesBrandon Williams
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-02-08dir: avoid allocation in fill_directory()René Scharfe
2017-01-18Merge branch 'bw/realpath-wo-chdir'Junio C Hamano
2017-01-18Merge branch 'bw/pathspec-cleanup'Junio C Hamano
2017-01-09dir: convert fill_directory to use the pathspec struct interfaceBrandon Williams
2017-01-09dir: remove struct path_simplifyBrandon Williams
2016-12-12submodule: add absorb-git-dir functionStefan Beller
2016-12-12move connect_work_tree_and_git_dir to dir.hStefan Beller
2016-10-26read info/{attributes,exclude} only when in repositoryJeff King
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano
2016-10-10ls-files: add pathspec matching for submodulesBrandon Williams
2016-09-29use QSORTRené Scharfe
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-07-25Merge branch 'rs/use-strbuf-addbuf'Junio C Hamano
2016-07-19use strbuf_addbuf() for appending a strbuf to anotherRené Scharfe
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy
2016-04-22dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy
2016-04-15Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano
2016-04-06Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano
2016-03-01dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand