436 Commits (cffbfad50d1f37aea03520dd8d8ea983bc57da02)

Author SHA1 Message Date
Junio C Hamano 026336cb27 untracked cache: use git_env_bool() not getenv() for customization 7 years ago
Nguyễn Thái Ngọc Duy 0cacebf099 dir.c: ignore paths containing .git when invalidating untracked cache 7 years ago
Ben Peart fc9ecbeb93 dir.c: don't flag the index as dirty for changes to the untracked cache 7 years ago
Nguyễn Thái Ngọc Duy ca54d9baa4 trace: measure where the time is spent in the index-heavy operations 7 years ago
Nguyễn Thái Ngọc Duy b673155074 dir.c: stop ignoring opendir() error in open_cached_dir() 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Patryk Obara 4b33e60201 dir: convert struct sha1_stat to use object_id 7 years ago
Nguyễn Thái Ngọc Duy b640313110 dir.c: fix missing dir invalidation in untracked code 7 years ago
Nguyễn Thái Ngọc Duy 2523c4be85 dir.c: avoid stat() in valid_cached_dir() 7 years ago
SZEDER Gábor f919ffebed Use MOVE_ARRAY 7 years ago
Jeff Hostetler 578d81d0c4 dir: allow exclusions from blob in addition to file 7 years ago
Jameson Miller 07966ed19e status: report matching ignored and normal untracked 7 years ago
Jameson Miller eec0f7f2b7 status: add option to show ignored files differently 7 years ago
Johannes Schindelin fadb4820c4 status: do not get confused by submodules in excluded directories 7 years ago
brian m. carlson a98e6101f0 refs: convert resolve_gitlink_ref to struct object_id 8 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 8 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 8 years ago
Jameson Miller 5aaa7fd39a Improve performance of git status --ignored 8 years ago
René Scharfe 268ba20110 dir: support platforms that require aligned reads 8 years ago
Æ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