134 Commits (74ae0652c4736629db9c97f7a3ac7cebedaeae10)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 6d2df284e7 dir.c: remove an implicit dependency on the_index in pathspec code 6 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
Nguyễn Thái Ngọc Duy aceb9429b3 prep_exclude: remove the artificial PATH_MAX limit 11 years ago
Nguyễn Thái Ngọc Duy 709359c85c dir.h: move struct exclude declaration to top level 11 years ago
Nguyễn Thái Ngọc Duy ae8d082421 pathspec: pass directory indicator to match_pathspec_item() 11 years ago
Nguyễn Thái Ngọc Duy 854b09592c pathspec: rename match_pathspec_depth() to match_pathspec() 11 years ago
Nguyễn Thái Ngọc Duy ebb32893ba pathspec: convert some match_pathspec_depth() to dir_path_match() 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Junio C Hamano 2eac2a4cc4 ls-files -k: a directory only can be killed if the index has a non-directory 12 years ago
Nguyễn Thái Ngọc Duy bd30c2e484 pathspec: support :(glob) syntax 12 years ago
Nguyễn Thái Ngọc Duy 84b8b5d1fa remove match_pathspec() in favor of match_pathspec_depth() 12 years ago
Nguyễn Thái Ngọc Duy 827f4d6c21 convert common_prefix() to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 7327d3d1b7 convert {read,fill}_directory to take struct pathspec 12 years ago