696 Commits (e57ea501d00eab6191993f35e502aface5ceac5e)

Author SHA1 Message Date
René Scharfe e578d0311d add: don't write objects with --dry-run 3 years ago
René Scharfe c8ad9d04c6 read-cache: let verify_path() reject trailing dir separators again 3 years ago
René Scharfe 2a1ae649a4 read-cache: add verify_path_internal() 3 years ago
Ævar Arnfjörð Bjarmason 3050b6dfc7 repo-settings.c: simplify the setup 4 years ago
Ævar Arnfjörð Bjarmason f1bee82873 read-cache & fetch-negotiator: check "enum" values in switch() 4 years ago
SZEDER Gábor e8ffd034c8 read-cache: fix GIT_TEST_SPLIT_INDEX 4 years ago
SZEDER Gábor 998330ac2e read-cache: look for shared index files next to the index, too 4 years ago
Derrick Stolee ce7a9f0141 sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag 4 years ago
Andrzej Hunt 8d833e9337 read-cache: call diff_setup_done to avoid leak 4 years ago
Jonathan Tan b2896d2739 unpack-trees: refactor prefetching code 4 years ago
Derrick Stolee d76723ee53 status: use sparse-index throughout 4 years ago
Eric Wong dc05929411 xmmap: inform Linux users of tuning knobs on ENOMEM 4 years ago
Ævar Arnfjörð Bjarmason b7b793d1e7 read-cache.c: don't guard calls to progress.c API 4 years ago
Derrick Stolee f6e2cd0625 read-cache: delete unused hashing methods 4 years ago
Derrick Stolee 410334ed52 read-cache: use hashfile instead of git_hash_ctx 4 years ago
Matheus Tavares 9616882780 make_transient_cache_entry(): optionally alloc from mem_pool 4 years ago
Adam Dinwoodie bccc37fdc7 cygwin: disallow backslashes in file names 4 years ago
brian m. carlson 92e2cab96b Always use oidread to read into struct object_id 4 years ago
Derrick Stolee 0c18c059a1 read-cache: ensure full index 4 years ago
Derrick Stolee 95e0321c4d read-cache: expand on query into sparse-directory entry 4 years ago
Derrick Stolee 847a9e5d4f *: remove 'const' qualifier for struct index_state 4 years ago
Matheus Tavares b243012cb3 refresh_index(): add flag to ignore SKIP_WORKTREE entries 4 years ago
Derrick Stolee 6e773527b6 sparse-index: convert from full to sparse 4 years ago
Derrick Stolee cd42415fb4 sparse-index: add 'sdir' index extension 4 years ago
Derrick Stolee 4300f8442a sparse-index: implement ensure_full_index() 4 years ago
Johannes Schindelin 4abc57848d fsmonitor: do not forget to release the token in `discard_index()` 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Neeraj Singh f279894d28 read-cache: make the index write buffer size 128K 4 years ago
Jeff Hostetler 15268d12be read-cache: log the number of scanned files to trace2 4 years ago
Jeff Hostetler a98e0f2d31 read-cache: log the number of lstat calls to trace2 4 years ago
Martin Ågren 6a8c89d053 read-cache: try not to peek into `struct {lock_,temp}file` 4 years ago
René Scharfe bcd2c5eede read-cache: fix mem-pool allocation for multi-threaded index loading 5 years ago
Elijah Newren 44c7e1a7e0 mem-pool: use more standard initialization and finalization 5 years ago
René Scharfe a98f7fb366 read-cache: remove bogus shortcut 5 years ago
Johannes Schindelin via GitGitGadget 49e268e23e mingw: safeguard better against backslashes in file names 5 years ago
Johannes Schindelin 224c7d70fa mingw: only test index entries for backslashes, not tree entries 5 years ago
Johannes Schindelin d2c84dad1c mingw: refuse to access paths with trailing spaces or periods 5 years ago
Johannes Schindelin 288a74bcd2 is_ntfs_dotgit(): only verify the leading segment 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Johannes Schindelin c097b95a26 msvc: avoid using minus operator on unsigned types 6 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 6 years ago
Derrick Stolee ad0fb65999 repo-settings: parse core.untrackedCache 6 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 6 years ago
Varun Naik 02638d1e11 read-cache.c: do not die if mmap fails 6 years ago
René Scharfe 568a05c5ec cleanup: fix possible overflow errors in binary search, part 2 6 years ago
Johannes Schindelin b5a8169752 mark_fsmonitor_valid(): mark the index as changed if needed 6 years ago
Johannes Schindelin d4c0a3ac78 fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
Ævar Arnfjörð Bjarmason 7fef4e3e78 trace2: fix up a missing "leave" entry point 6 years ago
Jeff King 7bd9631bfc read-cache: drop unused parameter from threaded load 6 years ago
Ævar Arnfjörð Bjarmason c173542c84 trace2: fix up a missing "leave" entry point 6 years ago