386 Commits (3ea6b85a871aa41eaa66a2919451ad12d492c355)

Author SHA1 Message Date
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 9 years ago
Brandon Williams 75a6315f74 ls-files: add pathspec matching for submodules 9 years ago
René Scharfe 9ed0d8d6e6 use QSORT 9 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 9 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
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
Nguyễn Thái Ngọc Duy 8c722360d1 Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match" 9 years ago
Nguyễn Thái Ngọc Duy 2653a8c6fa dir.c: clean the entire struct in clear_exclude_list() 9 years ago
David Turner 41284eb0f9 name-hash: don't reuse cache_entry in dir_entry 10 years ago
Jeff King 00b6c178c3 use strbuf_complete to conditionally append slash 10 years ago
Johannes Schindelin 63ec5e1fec setup: fix "inside work tree" detection on case-insensitive filesystems 10 years ago
Nguyễn Thái Ngọc Duy 57534ee77d dir.c: don't exclude whole dir prematurely if neg pattern may match 10 years ago
Nguyễn Thái Ngọc Duy e6efecc46a dir.c: make last_exclude_matching_from_list() run til the end 10 years ago