summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)Author
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee
2019-11-22sparse-checkout: init and set in cone modeDerrick Stolee
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee
2019-11-18dir: move doc to dir.hHeba Waly
2019-10-11Merge branch 'en/clean-nested-with-ignored'Junio C Hamano
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-09-05treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-16sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-05-30Merge branch 'bc/object-id'Junio C Hamano
2018-05-08Merge branch 'sb/submodule-move-nested'Junio C Hamano
2018-05-02dir: convert struct untracked_cache_dir to object_idbrian m. carlson
2018-03-29submodule: fixup nested submodules after moving the submoduleStefan Beller
2018-02-27Merge branch 'nd/fix-untracked-cache-invalidation'Junio C Hamano
2018-02-07dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy
2018-01-30dir: convert struct sha1_stat to use object_idPatryk Obara
2017-12-27Merge branch 'jh/object-filtering'Junio C Hamano
2017-11-22dir: allow exclusions from blob in addition to fileJeff Hostetler
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-10-31status: add option to show ignored files differentlyJameson Miller
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-06-22Merge branch 'pc/dir-count-slashes'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-22dir: expose cmp_name() and check_contains()Samuel Lijin
2017-05-22dir: hide untracked contents of untracked dirsSamuel 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 is_excluded 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 dir_add* to take an indexBrandon 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-10ls-files: add pathspec matching for submodulesBrandon Williams
2016-07-25Merge branch 'mh/split-under-lock'Junio C Hamano
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-05remove_dir_recursively(): add docstringMichael Haggerty
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy