index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+1
*
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
object-file.h: move declarations for object-file.c functions from cache.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
/
+2
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-8
/
+8
|
\
|
*
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
*
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Æ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
-4
/
+4
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-1
/
+1
*
|
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
-1
/
+2
|
/
*
Merge branch 'rs/cache-tree-strbuf-growth-fix'
Junio C Hamano
2023-02-22
1
-2
/
+1
|
\
|
*
cache-tree: fix strbuf growth in prime_cache_tree_rec()
René Scharfe
2023-02-10
1
-2
/
+1
*
|
*: fix typos which duplicate a word
Andrei Rybak
2023-01-08
1
-1
/
+1
|
/
*
verify_one_sparse(): drop unused parameters
Jeff King
2022-08-20
1
-4
/
+2
*
cache-tree: remove cache_tree_find_path()
Derrick Stolee
2022-06-16
1
-27
/
+0
*
Merge branch 'ab/bug-if-bug'
Junio C Hamano
2022-06-11
1
-4
/
+4
|
\
|
*
cache-tree.c: use bug() and BUG_if_bug()
Ævar Arnfjörð Bjarmason
2022-06-02
1
-4
/
+4
*
|
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
2022-06-03
1
-0
/
+27
|
\
\
|
*
|
cache-tree: implement cache_tree_find_path()
Derrick Stolee
2022-05-23
1
-0
/
+27
|
|
/
*
|
Merge branch 'ns/batch-fsync'
Junio C Hamano
2022-06-03
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
cache-tree: use ODB transaction around writing a tree
Neeraj Singh
2022-04-06
1
-0
/
+3
*
|
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+3
*
|
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
/
*
Merge branch 'vd/sparse-reset'
Junio C Hamano
2021-12-10
1
-3
/
+43
|
\
|
*
reset: make sparse-aware (except --mixed)
Victoria Dye
2021-11-29
1
-4
/
+43
|
*
reset: integrate with sparse index
Victoria Dye
2021-11-29
1
-0
/
+1
*
|
Merge branch 'pw/sparse-cache-tree-verify-fix'
Junio C Hamano
2021-10-26
1
-8
/
+29
|
\
\
|
*
|
sparse index: fix use-after-free bug in cache_tree_verify()
Phillip Wood
2021-10-07
1
-8
/
+29
|
|
/
*
/
commit: fix duplication regression in permission error output
Ævar Arnfjörð Bjarmason
2021-10-12
1
-2
/
+3
|
/
*
Merge branch 'ds/commit-and-checkout-with-sparse-index'
Junio C Hamano
2021-08-04
1
-2
/
+0
|
\
|
*
commit: integrate with sparse-index
Derrick Stolee
2021-07-15
1
-2
/
+0
*
|
cache-tree: prefetch in partial clone read-tree
Jonathan Tan
2021-07-23
1
-2
/
+9
|
/
*
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-0
/
+40
|
\
|
*
sparse-index: loose integration with cache_tree_verify()
Derrick Stolee
2021-03-30
1
-0
/
+19
|
*
cache-tree: integrate with sparse directory entries
Derrick Stolee
2021-03-30
1
-0
/
+18
|
*
sparse-index: convert from full to sparse
Derrick Stolee
2021-03-30
1
-0
/
+3
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
/
*
cache-tree: extract subtree_pos()
Derrick Stolee
2021-01-24
1
-3
/
+3
*
cache-tree: simplify verify_cache() prototype
Derrick Stolee
2021-01-24
1
-9
/
+8
*
cache-tree: clean up cache_tree_update()
Derrick Stolee
2021-01-24
1
-8
/
+9
*
cache-tree: speed up consecutive path comparisons
Derrick Stolee
2021-01-16
1
-2
/
+2
*
cache-tree: use ce_namelen() instead of strlen()
René Scharfe
2021-01-16
1
-4
/
+6
*
cache-tree: trace regions for prime_cache_tree
Derrick Stolee
2021-01-16
1
-0
/
+3
*
cache-tree: trace regions for I/O
Derrick Stolee
2021-01-16
1
-1
/
+10
*
cache-tree: use trace2 in cache_tree_update()
Derrick Stolee
2021-01-05
1
-0
/
+2
*
sha1-file: pass git_hash_algo to hash_object_file()
Matheus Tavares
2020-01-31
1
-3
/
+6
[next]