index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
read-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
|
*
|
|
cache,tree: move basic name compare functions from read-cache to tree
Elijah Newren
2023-04-24
1
-68
/
+0
|
*
|
|
cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c
Elijah Newren
2023-04-24
1
-1
/
+12
|
*
|
|
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
|
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+5
|
\
|
|
|
|
*
|
|
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on mem-pool.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
|
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+5
|
|
\
\
\
*
|
|
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+3
|
\
|
|
|
|
|
*
|
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-4
/
+5
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
|
|
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
|
|
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'js/split-index-fixes'
Junio C Hamano
2023-04-04
1
-17
/
+32
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
split-index; stop abusing the `base_oid` to strip the "link" extension
Johannes Schindelin
2023-03-27
1
-17
/
+32
*
|
|
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
|
|
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'rs/size-t-fixes'
Junio C Hamano
2023-02-16
1
-6
/
+7
|
\
\
\
|
*
|
|
read-cache: use size_t for {base,df}_name_compare()
René Scharfe
2023-02-06
1
-6
/
+7
|
|
|
/
|
|
/
|
*
|
|
treewide: always have a valid "index_state.repo" member
Ævar Arnfjörð Bjarmason
2023-01-17
1
-12
/
+5
*
|
|
Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-users
Junio C Hamano
2023-01-17
1
-19
/
+24
|
\
\
\
|
*
|
|
cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()
Ævar Arnfjörð Bjarmason
2023-01-16
1
-13
/
+18
|
*
|
|
read-cache.c: refactor set_new_index_sparsity() for subsequent commit
Ævar Arnfjörð Bjarmason
2023-01-13
1
-6
/
+6
*
|
|
|
Merge branch 'ds/omit-trailing-hash-in-index'
Junio C Hamano
2023-01-16
1
-1
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
features: feature.manyFiles implies fast index writes
Derrick Stolee
2023-01-06
1
-1
/
+2
|
*
|
|
read-cache: add index.skipHash config option
Derrick Stolee
2023-01-06
1
-1
/
+12
|
|
/
/
*
|
|
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
2022-12-14
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
read-cache.c: clear and free "sparse_checkout_patterns"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-0
/
+5
*
|
|
read-cache API & users: make discard_index() return void
Ævar Arnfjörð Bjarmason
2022-11-21
1
-3
/
+1
|
/
/
*
/
read-cache: avoid misaligned reads in index v4
Victoria Dye
2022-09-28
1
-19
/
+42
|
/
*
Merge branch 'vd/sparse-reset-checkout-fixes' into maint
Junio C Hamano
2022-08-26
1
-0
/
+5
|
\
|
*
cache.h: create 'index_name_pos_sparse()'
Victoria Dye
2022-08-08
1
-0
/
+5
*
|
Merge branch 'tk/untracked-cache-with-uall' into maint
Junio C Hamano
2022-08-11
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
read-cache: make `do_read_index()` always set up `istate->repo`
Martin Ågren
2022-07-22
1
-1
/
+4
*
|
read_index_from(): avoid memory leak
Johannes Schindelin
2022-06-16
1
-3
/
+3
*
|
Merge branch 'zh/read-cache-copy-name-entry-fix'
Junio C Hamano
2022-06-14
1
-2
/
+0
|
\
\
|
*
|
read-cache.c: reduce unnecessary cache entry name copying
ZheNing Hu
2022-06-06
1
-2
/
+0
*
|
|
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
2022-06-03
1
-3
/
+3
|
\
\
\
|
*
|
|
sparse-index: introduce partially-sparse indexes
Derrick Stolee
2022-05-23
1
-3
/
+3
|
|
/
/
*
/
/
read-cache: set sparsity when index is new
Victoria Dye
2022-05-11
1
-1
/
+17
|
/
/
*
|
Merge branch 'vd/mv-refresh-stat'
Junio C Hamano
2022-04-04
1
-2
/
+15
|
\
\
|
|
/
|
/
|
|
*
mv: refresh stat info for moved entry
Victoria Dye
2022-03-29
1
-2
/
+15
*
|
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2022-03-26
1
-6
/
+13
|
\
\
|
*
|
core.fsync: new option to harden the index
Neeraj Singh
2022-03-11
1
-6
/
+13
[prev]
[next]