620 Commits (10f743389ca9a92720fb9c3d15f647888d82c297)

Author SHA1 Message Date
Derrick Stolee ab8db61390 treewide: rename 'struct exclude' to 'struct path_pattern' 5 years ago
René Scharfe 568a05c5ec cleanup: fix possible overflow errors in binary search, part 2 6 years ago
Jeff King 08bf354de7 untracked-cache: simplify parsing by dropping "len" 6 years ago
Jeff King b511d6d569 untracked-cache: simplify parsing by dropping "next" 6 years ago
Jeff King c6909f9959 untracked-cache: be defensive about missing NULs in index 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
Johannes Schindelin 3a7b45a623 untracked cache: fix off-by-one 6 years ago
Kyle Meyer b22827045e dir: do not traverse repositories with no commits 6 years ago
brian m. carlson 3899b88b49 dir: make untracked cache extension hash size independent 6 years ago
Jeff King c5c33504c9 report_path_error(): drop unused prefix parameter 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 22af33bece dir.c: move, rename and export match_attrs() 6 years ago
Jeff King 8a2c174677 pathspec: handle non-terminated strings with :(attr) 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Nguyễn Thái Ngọc Duy c46c406ae1 trace.h: support nested performance tracing 7 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
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy a80897c1e9 dir.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Todd Zullinger 51d1863168 dir.c: fix typos in core.excludesfile comment 7 years ago
Jeff King 1140bf01ec ewah: adjust callers of ewah_read_mmap() 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson ba2df7519a dir: use the_hash_algo for empty blob object ID 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
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
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 7 years ago
brian m. carlson 1053fe829c Convert remaining callers of resolve_gitlink_ref to object_id 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
Jameson Miller 5aaa7fd39a Improve performance of git status --ignored 7 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