404 Commits (33028713206c3f59709617d8af5ba4212920a5f0)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason 55d3426929 wildmatch: remove unused wildopts parameter 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams 82b474e025 convert: convert convert_to_git to take an index 8 years ago
Prathamesh Chavan e0556a928f dir: create function count_slashes() 8 years ago
Junio C Hamano c7054209d6 treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked 8 years ago
Nguyễn Thái Ngọc Duy 11dc1fcb3f wrapper.c: add and use warn_on_fopen_errors() 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
Samuel Lijin df5bcdf83a dir: recurse into untracked dirs for ignored files 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 0ef8e169aa dir: convert read_directory_recursive to take an index 8 years ago
Brandon Williams 207a06cea3 dir: convert open_cached_dir to take an index 8 years ago
Brandon Williams a0bba65b10 dir: convert is_excluded to take an index 8 years ago
Brandon Williams e799ed408e dir: convert prep_exclude 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 2b70e88d36 dir: convert last_exclude_matching_from_list to take an index 8 years ago
Brandon Williams 9e58becab9 dir: convert dir_add* to take an index 8 years ago
Brandon Williams 98f2a687b9 dir: convert get_dtype to take index 8 years ago
Brandon Williams ae520e3675 dir: convert directory_exists_in_index to take index 8 years ago
Brandon Williams 6f52b741a7 dir: convert read_skip_worktree_file_from_index to take an index 8 years ago
Brandon Williams 12cd0bf9b0 dir: stop using the index compatibility macros 8 years ago
Stefan Beller 365444a6a5 connect_work_tree_and_git_dir: safely create leading directories 8 years ago
Brandon Williams b0db704652 pathspec: allow querying for attributes 8 years ago
Johannes Schindelin ce83eadd9a real_pathdup(): fix callsites that wanted it to die on error 8 years ago
René Scharfe bec5ab8997 dir: avoid allocation in fill_directory() 8 years ago
Brandon Williams 966de3028b dir: convert fill_directory to use the pathspec struct interface 8 years ago
Brandon Williams e1b8c7bdc0 dir: remove struct path_simplify 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
Jeff King f0056f6419 read info/{attributes,exclude} only when in repository 8 years ago
Brandon Williams 75a6315f74 ls-files: add pathspec matching for submodules 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
René Scharfe 8109984d61 use strbuf_addbuf() for appending a strbuf to another 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
Jeff King e0b8373510 write_untracked_extension: use FLEX_ALLOC helper 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Nguyễn Thái Ngọc Duy d589a67ece dir.c: don't exclude whole dir prematurely 9 years ago
Nguyễn Thái Ngọc Duy c62a91736a dir.c: support marking some patterns already matched 9 years ago
Nguyễn Thái Ngọc Duy bac65a2be5 dir.c: support tracing exclude 9 years ago
Nguyễn Thái Ngọc Duy a60ea8fb66 dir.c: fix match_pathname() 9 years ago