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
2024-04-19
Sync with 2.40.2
Johannes Schindelin
-53
/
+19
2024-04-19
Sync with 2.39.4
Johannes Schindelin
-53
/
+19
2024-04-17
has_dir_name(): do not get confused by characters < '/'
Filip Hejsek
-53
/
+19
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
-68
/
+13
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-0
/
+5
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
-0
/
+1
2023-04-24
cache,tree: move basic name compare functions from read-cache to tree
Elijah Newren
-68
/
+0
2023-04-24
cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c
Elijah Newren
-1
/
+12
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on oid-array.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-0
/
+3
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-4
/
+5
2023-04-04
Merge branch 'js/split-index-fixes'
Junio C Hamano
-17
/
+32
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-4
/
+5
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
-2
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+3
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+1
2023-03-27
split-index; stop abusing the `base_oid` to strip the "link" extension
Johannes Schindelin
-17
/
+32
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
-0
/
+1
2023-02-15
Merge branch 'rs/size-t-fixes'
Junio C Hamano
-6
/
+7
2023-02-06
read-cache: use size_t for {base,df}_name_compare()
René Scharfe
-6
/
+7
2023-01-17
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
-12
/
+5
2023-01-17
Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-users
Junio C Hamano
-19
/
+24
2023-01-16
Merge branch 'ds/omit-trailing-hash-in-index'
Junio C Hamano
-1
/
+13
2023-01-16
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
-13
/
+18
2023-01-13
read-cache.c: refactor set_new_index_sparsity() for subsequent commit
Ævar Arnfjörð Bjarmason
-6
/
+6
2023-01-07
features: feature.manyFiles implies fast index writes
Derrick Stolee
-1
/
+2
2023-01-07
read-cache: add index.skipHash config option
Derrick Stolee
-1
/
+12
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
-0
/
+5
2022-11-21
read-cache.c: clear and free "sparse_checkout_patterns"
Ævar Arnfjörð Bjarmason
-0
/
+5
2022-11-21
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
-3
/
+1
2022-09-28
read-cache: avoid misaligned reads in index v4
Victoria Dye
-19
/
+42
2022-08-26
Merge branch 'vd/sparse-reset-checkout-fixes' into maint
Junio C Hamano
-0
/
+5
2022-08-10
Merge branch 'tk/untracked-cache-with-uall' into maint
Junio C Hamano
-0
/
+2
2022-08-08
cache.h: create 'index_name_pos_sparse()'
Victoria Dye
-0
/
+5
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
[next]