index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
read-cache.c
Age
Commit message (
Expand
)
Author
Lines
2022-08-10
Merge branch 'tk/untracked-cache-with-uall' into maint
Junio C Hamano
-0
/
+2
2022-07-22
read-cache: make `do_read_index()` always set up `istate->repo`
Martin Ågren
-1
/
+4
2022-06-16
read_index_from(): avoid memory leak
Johannes Schindelin
-3
/
+3
2022-06-13
Merge branch 'zh/read-cache-copy-name-entry-fix'
Junio C Hamano
-2
/
+0
2022-06-06
read-cache.c: reduce unnecessary cache entry name copying
ZheNing Hu
-2
/
+0
2022-06-03
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
-3
/
+3
2022-05-23
sparse-index: introduce partially-sparse indexes
Derrick Stolee
-3
/
+3
2022-05-10
read-cache: set sparsity when index is new
Victoria Dye
-1
/
+17
2022-04-04
Merge branch 'vd/mv-refresh-stat'
Junio C Hamano
-2
/
+15
2022-03-29
mv: refresh stat info for moved entry
Victoria Dye
-2
/
+15
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
-6
/
+13
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
-1
/
+1
2022-03-10
core.fsync: new option to harden the index
Neeraj Singh
-6
/
+13
2022-03-10
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
-1
/
+1
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-02-17
Merge branch 'vd/sparse-clean-etc'
Junio C Hamano
-3
/
+7
2022-02-09
Merge branch 'js/sparse-vs-split-index'
Junio C Hamano
-0
/
+3
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
-1
/
+2
2022-01-23
split-index: it really is incompatible with the sparse index
Johannes Schindelin
-0
/
+3
2022-01-13
update-index: integrate with sparse index
Victoria Dye
-3
/
+7
2022-01-07
read-cache: convert post-index-change to use hook.h
Emily Shaffer
-1
/
+2
2022-01-07
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz
-1
/
+1
2021-12-10
Merge branch 'vd/sparse-reset'
Junio C Hamano
-7
/
+20
2021-12-10
Merge branch 'vd/sparse-sparsity-fix-on-read'
Junio C Hamano
-0
/
+8
2021-11-29
reset: make sparse-aware (except --mixed)
Victoria Dye
-7
/
+20
2021-11-24
sparse-index: update do_read_index to ensure correct sparsity
Victoria Dye
-0
/
+8
2021-10-25
Merge branch 'rs/add-dry-run-without-objects'
Junio C Hamano
-1
/
+1
2021-10-18
Merge branch 'rs/make-verify-path-really-verify-again'
Junio C Hamano
-15
/
+30
2021-10-12
add: don't write objects with --dry-run
René Scharfe
-1
/
+1
2021-10-11
Merge branch 'sg/test-split-index-fix'
Junio C Hamano
-10
/
+27
2021-10-07
read-cache: let verify_path() reject trailing dir separators again
René Scharfe
-3
/
+3
2021-10-07
read-cache: add verify_path_internal()
René Scharfe
-13
/
+28
2021-10-06
Merge branch 'ab/repo-settings-cleanup'
Junio C Hamano
-5
/
+14
2021-09-22
repo-settings.c: simplify the setup
Ævar Arnfjörð Bjarmason
-2
/
+6
2021-09-22
read-cache & fetch-negotiator: check "enum" values in switch()
Ævar Arnfjörð Bjarmason
-5
/
+10
2021-09-07
read-cache: fix GIT_TEST_SPLIT_INDEX
SZEDER Gábor
-9
/
+14
2021-09-07
read-cache: look for shared index files next to the index, too
SZEDER Gábor
-1
/
+13
2021-09-07
sparse-index: add SPARSE_INDEX_MEMORY_ONLY flag
Derrick Stolee
-2
/
+2
2021-08-04
Merge branch 'ah/plugleaks'
Junio C Hamano
-0
/
+1
2021-08-02
Merge branch 'jt/bulk-prefetch'
Junio C Hamano
-0
/
+23
2021-07-28
Merge branch 'ds/status-with-sparse-index'
Junio C Hamano
-2
/
+8
2021-07-26
read-cache: call diff_setup_done to avoid leak
Andrzej Hunt
-0
/
+1
2021-07-23
unpack-trees: refactor prefetching code
Jonathan Tan
-0
/
+23
2021-07-16
Merge branch 'ew/mmap-failures'
Junio C Hamano
-1
/
+2
2021-07-14
status: use sparse-index throughout
Derrick Stolee
-2
/
+8
2021-07-08
Merge branch 'ab/progress-cleanup'
Junio C Hamano
-6
/
+3
2021-06-29
xmmap: inform Linux users of tuning knobs on ENOMEM
Eric Wong
-1
/
+2
2021-06-08
read-cache.c: don't guard calls to progress.c API
Ævar Arnfjörð Bjarmason
-6
/
+3
2021-05-19
read-cache: delete unused hashing methods
Derrick Stolee
-64
/
+0
2021-05-19
read-cache: use hashfile instead of git_hash_ctx
Derrick Stolee
-71
/
+66
[next]