Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ah/plugleaks' | Junio C Hamano | 2021-08-04 | 1 | -0/+1 |
|\ | |||||
| * | read-cache: call diff_setup_done to avoid leak | Andrzej Hunt | 2021-07-26 | 1 | -0/+1 |
* | | Merge branch 'jt/bulk-prefetch' | Junio C Hamano | 2021-08-02 | 1 | -0/+23 |
|\ \ | |||||
| * | | unpack-trees: refactor prefetching code | Jonathan Tan | 2021-07-23 | 1 | -0/+23 |
| |/ | |||||
* | | Merge branch 'ds/status-with-sparse-index' | Junio C Hamano | 2021-07-28 | 1 | -2/+8 |
|\ \ | |/ |/| | |||||
| * | status: use sparse-index throughout | Derrick Stolee | 2021-07-14 | 1 | -2/+8 |
* | | Merge branch 'ew/mmap-failures' | Junio C Hamano | 2021-07-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | xmmap: inform Linux users of tuning knobs on ENOMEM | Eric Wong | 2021-06-29 | 1 | -1/+2 |
| |/ | |||||
* | | Merge branch 'ab/progress-cleanup' | Junio C Hamano | 2021-07-08 | 1 | -6/+3 |
|\ \ | |/ |/| | |||||
| * | read-cache.c: don't guard calls to progress.c API | Ævar Arnfjörð Bjarmason | 2021-06-08 | 1 | -6/+3 |
* | | read-cache: delete unused hashing methods | Derrick Stolee | 2021-05-19 | 1 | -64/+0 |
* | | read-cache: use hashfile instead of git_hash_ctx | Derrick Stolee | 2021-05-19 | 1 | -71/+66 |
* | | Merge branch 'mt/parallel-checkout-part-3' | Junio C Hamano | 2021-05-16 | 1 | -4/+10 |
|\ \ | |||||
| * | | make_transient_cache_entry(): optionally alloc from mem_pool | Matheus Tavares | 2021-05-05 | 1 | -4/+10 |
| |/ | |||||
* | | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 2021-05-10 | 1 | -2/+2 |
|\ \ | |||||
| * | | Always use oidread to read into struct object_id | brian m. carlson | 2021-04-27 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'mt/add-rm-in-sparse-checkout' | Junio C Hamano | 2021-05-07 | 1 | -0/+3 |
|\ \ | |||||
| * | | refresh_index(): add flag to ignore SKIP_WORKTREE entries | Matheus Tavares | 2021-04-08 | 1 | -0/+3 |
* | | | Merge branch 'ad/cygwin-no-backslashes-in-paths' | Junio C Hamano | 2021-05-07 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | cygwin: disallow backslashes in file names | Adam Dinwoodie | 2021-04-30 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 2021-04-30 | 1 | -7/+72 |
|\ \ \ | |/ / |/| | | |||||
| * | | read-cache: ensure full index | Derrick Stolee | 2021-04-14 | 1 | -0/+4 |
| * | | read-cache: expand on query into sparse-directory entry | Derrick Stolee | 2021-04-14 | 1 | -0/+21 |
| * | | *: remove 'const' qualifier for struct index_state | Derrick Stolee | 2021-04-14 | 1 | -5/+5 |
| * | | sparse-index: convert from full to sparse | Derrick Stolee | 2021-03-30 | 1 | -2/+24 |
| * | | sparse-index: add 'sdir' index extension | Derrick Stolee | 2021-03-30 | 1 | -0/+9 |
| * | | sparse-index: implement ensure_full_index() | Derrick Stolee | 2021-03-30 | 1 | -0/+9 |
| |/ | |||||
* | | Merge branch 'rs/calloc-array' | Junio C Hamano | 2021-03-19 | 1 | -4/+4 |
|\ \ | |||||
| * | | use CALLOC_ARRAY | René Scharfe | 2021-03-13 | 1 | -4/+4 |
| |/ | |||||
* | | Merge branch 'js/fsmonitor-unpack-fix' | Junio C Hamano | 2021-03-19 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | fsmonitor: do not forget to release the token in `discard_index()` | Johannes Schindelin | 2021-03-17 | 1 | -0/+1 |
* | | Merge branch 'ns/raise-write-index-buffer-size' | Junio C Hamano | 2021-03-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | read-cache: make the index write buffer size 128K | Neeraj Singh | 2021-02-24 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'jh/fsmonitor-prework' | Junio C Hamano | 2021-03-01 | 1 | -3/+21 |
|\ \ | |/ |/| | |||||
| * | read-cache: log the number of scanned files to trace2 | Jeff Hostetler | 2021-02-16 | 1 | -3/+10 |
| * | read-cache: log the number of lstat calls to trace2 | Jeff Hostetler | 2021-02-16 | 1 | -3/+14 |
* | | read-cache: try not to peek into `struct {lock_,temp}file` | Martin Ågren | 2021-01-06 | 1 | -6/+6 |
|/ | |||||
* | read-cache: fix mem-pool allocation for multi-threaded index loading | René Scharfe | 2020-09-06 | 1 | -1/+1 |
* | mem-pool: use more standard initialization and finalization | Elijah Newren | 2020-08-18 | 1 | -8/+13 |
* | read-cache: remove bogus shortcut | René Scharfe | 2020-07-16 | 1 | -14/+0 |
* | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 2020-01-10 | 1 | -6/+6 |
|\ | |||||
| * | mingw: safeguard better against backslashes in file names | Johannes Schindelin via GitGitGadget | 2020-01-10 | 1 | -6/+6 |
* | | Merge branch 'js/mingw-loosen-overstrict-tree-entry-checks' | Junio C Hamano | 2020-01-06 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | mingw: only test index entries for backslashes, not tree entries | Johannes Schindelin | 2020-01-02 | 1 | -0/+5 |
* | | Sync with Git 2.24.1 | Junio C Hamano | 2019-12-09 | 1 | -0/+11 |
|\ \ | |/ | |||||
| * | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+11 |
| |\ | |||||
| | * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+11 |
| | |\ | |||||
| | | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -0/+11 |
| | | |\ | |||||
| | | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -0/+11 |
| | | | |\ | |||||
| | | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -0/+11 |
| | | | | |\ |