148 Commits (7bffca95ea1ca4f55663374ea9b929b9df5be04b)

Author SHA1 Message Date
Elijah Newren 09487f2cba clean: avoid removing untracked files in a nested git repository 5 years ago
Elijah Newren 89a1f4aaf7 dir: if our pathspec might match files under a dir, recurse into it 5 years ago
Derrick Stolee 468ce99b77 unpack-trees: rename 'is_excluded_from_list()' 5 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 5 years ago
Derrick Stolee 4ff89ee52c treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' 5 years ago
Derrick Stolee caa3d55444 treewide: rename 'struct exclude_list' to 'struct pattern_list' 5 years ago
Derrick Stolee ab8db61390 treewide: rename 'struct exclude' to 'struct path_pattern' 5 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy 0488481e79 sha1-name.c: remove the_repo from diagnose_invalid_index_path() 6 years ago
Jeff King c5c33504c9 report_path_error(): drop unused prefix parameter 6 years ago
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 7 years ago
brian m. carlson 70c369cde0 dir: convert struct untracked_cache_dir to object_id 7 years ago
Stefan Beller da62f786d2 submodule: fixup nested submodules after moving the submodule 7 years ago
Nguyễn Thái Ngọc Duy 0cacebf099 dir.c: ignore paths containing .git when invalidating untracked cache 7 years ago
Patryk Obara 4b33e60201 dir: convert struct sha1_stat to use object_id 7 years ago
Jeff Hostetler 578d81d0c4 dir: allow exclusions from blob in addition to file 7 years ago
Jameson Miller eec0f7f2b7 status: add option to show ignored files differently 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Prathamesh Chavan e0556a928f dir: create function count_slashes() 8 years ago
Samuel Lijin bbf504a995 dir: expose cmp_name() and check_contains() 8 years ago
Samuel Lijin fb89888849 dir: hide untracked contents of untracked dirs 8 years ago
Brandon Williams 0d32c183b6 dir: convert fill_directory to take an index 8 years ago
Brandon Williams 2c1eb10454 dir: convert read_directory to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Brandon Williams 473e39307d dir: convert add_excludes to take an index 8 years ago
Brandon Williams fba92be8f7 dir: convert is_excluded_from_list to take an index 8 years ago
Brandon Williams 9e58becab9 dir: convert dir_add* to take an index 8 years ago
Stefan Beller f6f8586140 submodule: add absorb-git-dir function 8 years ago
Stefan Beller 47e83eb3b7 move connect_work_tree_and_git_dir to dir.h 8 years ago
Brandon Williams 75a6315f74 ls-files: add pathspec matching for submodules 8 years ago
Michael Haggerty 728af2832c remove_dir_recursively(): add docstring 9 years ago
Nguyễn Thái Ngọc Duy ba0897e6ae dir.c: rename str(n)cmp_icase to fspath(n)cmp 9 years ago
Nguyễn Thái Ngọc Duy 423b592a06 dir.c: remove dead function fnmatch_icase() 9 years ago
Junio C Hamano 5cee349370 Revert "Merge branch 'nd/exclusion-regression-fix'" 9 years ago
Saurav Sachidanand f870899864 dir: store EXC_FLAG_* values in unsigned integers 9 years ago
Nguyễn Thái Ngọc Duy c62a91736a dir.c: support marking some patterns already matched 9 years ago
Christian Couder 0e0f761842 dir: simplify untracked cache "ident" field 9 years ago
Christian Couder 07b29bfd8d dir: add remove_untracked_cache() 9 years ago
Christian Couder 4a4ca4796d dir: add {new,add}_untracked_cache() 9 years ago
Junio C Hamano 777c55a616 report_path_error(): move to dir.c 10 years ago
Nguyễn Thái Ngọc Duy 1e8fef609e untracked cache: guard and disable on system changes 10 years ago
Nguyễn Thái Ngọc Duy 83c094ad0d untracked cache: save to an index extension 10 years ago
Nguyễn Thái Ngọc Duy e931371a8f untracked cache: invalidate at index addition or removal 10 years ago
Nguyễn Thái Ngọc Duy f9e6c64958 untracked cache: load from UNTR index extension 10 years ago
Nguyễn Thái Ngọc Duy 26cb0182b8 untracked cache: mark what dirs should be recursed/saved 10 years ago
Nguyễn Thái Ngọc Duy 91a2288b5f untracked cache: record/validate dir mtime and reuse cached output 10 years ago
Nguyễn Thái Ngọc Duy ccad261f07 untracked cache: initial untracked cache validation 10 years ago
Nguyễn Thái Ngọc Duy 0dcb8d7fe0 untracked cache: record .gitignore information and dir hierarchy 10 years ago
Nguyễn Thái Ngọc Duy 55fe6f51f4 dir.c: optionally compute sha-1 of a .gitignore file 10 years ago