715 Commits (2088a0c0cd61ab6c98064e68619e1d931a4619e2)

Author SHA1 Message Date
Victoria Dye 491df5f679 read-cache: set sparsity when index is new 3 years ago
Victoria Dye b7f9130a06 mv: refresh stat info for moved entry 3 years ago
Neeraj Singh ba95e96d4c core.fsync: new option to harden the index 3 years ago
Neeraj Singh 020406eaa5 core.fsync: introduce granular fsync control infrastructure 3 years ago
Ævar Arnfjörð Bjarmason c80d226a04 object-file API: have write_object_file() take "enum object_type" 3 years ago
Johannes Schindelin 451b66c533 split-index: it really is incompatible with the sparse index 3 years ago
Victoria Dye c35e9f5ecd update-index: integrate with sparse index 3 years ago
Emily Shaffer dbb1c61365 read-cache: convert post-index-change to use hook.h 3 years ago
Marc Strapetz 2ede073fd2 update-index: refresh should rewrite index in case of racy timestamps 3 years ago
Victoria Dye 20ec2d034c reset: make sparse-aware (except --mixed) 3 years ago
Victoria Dye 7ca4fc8819 sparse-index: update do_read_index to ensure correct sparsity 3 years ago
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 3 years ago
Ævar Arnfjörð Bjarmason f1bee82873 read-cache & fetch-negotiator: check "enum" values in switch() 3 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