index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cache-tree.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-3
/
+2
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-7
/
+8
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-4
/
+9
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split up concerns of `HASH_*` flags
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-10-22
Merge branch 'ps/cache-tree-w-broken-index-entry'
Taylor Blau
1
-29
/
+73
2024-10-07
cache-tree: detect mismatching number of index entries
Patrick Steinhardt
1
-0
/
+5
2024-10-07
cache-tree: refactor verification to return error codes
Patrick Steinhardt
1
-29
/
+68
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
1
-2
/
+3
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `is_empty_{blob,tree}_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-2
/
+2
2024-03-07
Merge branch 'js/merge-tree-3-trees'
Junio C Hamano
1
-2
/
+2
2024-02-23
cache-tree: avoid an unnecessary check
Johannes Schindelin
1
-1
/
+1
2024-02-23
Always check `parse_tree*()`'s return value
Johannes Schindelin
1
-2
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
1
-1
/
+1
2023-10-02
object-file: add a compat_oid_in parameter to write_object_file_flags
Eric W. Biederman
1
-1
/
+1
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
1
-0
/
+2
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-8
/
+8
2023-03-28
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-28
cocci: apply the "promisor-remote.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2023-02-22
Merge branch 'rs/cache-tree-strbuf-growth-fix'
Junio C Hamano
1
-2
/
+1
2023-02-10
cache-tree: fix strbuf growth in prime_cache_tree_rec()
René Scharfe
1
-2
/
+1
2023-01-08
*: fix typos which duplicate a word
Andrei Rybak
1
-1
/
+1
2022-08-20
verify_one_sparse(): drop unused parameters
Jeff King
1
-4
/
+2
2022-06-16
cache-tree: remove cache_tree_find_path()
Derrick Stolee
1
-27
/
+0
2022-06-10
Merge branch 'ab/bug-if-bug'
Junio C Hamano
1
-4
/
+4
2022-06-03
Merge branch 'ds/sparse-sparse-checkout'
Junio C Hamano
1
-0
/
+27
2022-06-03
Merge branch 'ns/batch-fsync'
Junio C Hamano
1
-0
/
+3
2022-06-02
cache-tree.c: use bug() and BUG_if_bug()
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2022-05-23
cache-tree: implement cache_tree_find_path()
Derrick Stolee
1
-0
/
+27
2022-04-06
cache-tree: use ODB transaction around writing a tree
Neeraj Singh
1
-0
/
+3
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-12-10
Merge branch 'vd/sparse-reset'
Junio C Hamano
1
-3
/
+43
2021-11-29
reset: make sparse-aware (except --mixed)
Victoria Dye
1
-4
/
+43
[next]