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
*
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
*
cache-tree: use given repo's hash_algo at verify_one()
Matheus Tavares
2020-01-31
1
-1
/
+1
*
Merge branch 'en/merge-recursive-cleanup'
Junio C Hamano
2019-10-15
1
-23
/
+62
|
\
|
*
cache-tree: share code between functions writing an index as a tree
Elijah Newren
2019-08-19
1
-23
/
+62
*
|
Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'
Junio C Hamano
2019-10-07
1
-1
/
+1
|
\
\
|
*
|
cache-tree: do not lazy-fetch tentative tree
Jonathan Tan
2019-09-09
1
-1
/
+1
*
|
|
Merge branch 'cc/multi-promisor'
Junio C Hamano
2019-09-18
1
-1
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use promisor_remote_get_direct() and has_promisor_remote()
Christian Couder
2019-06-25
1
-1
/
+2
*
|
|
Merge branch 'jk/tree-walk-overflow'
Junio C Hamano
2019-08-22
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
tree-walk: drop oid from traverse_info
Jeff King
2019-07-31
1
-1
/
+1
|
|
/
*
/
cache-tree/blame: avoid reusing the DEBUG constant
Jeff Hostetler
2019-06-20
1
-7
/
+7
|
/
*
Merge branch 'jk/loose-object-cache-oid'
Junio C Hamano
2019-02-07
1
-2
/
+2
|
\
|
*
convert has_sha1_file() callers to has_object_file()
Jeff King
2019-01-08
1
-2
/
+2
*
|
Merge branch 'bc/tree-walk-oid'
Junio C Hamano
2019-01-29
1
-2
/
+2
|
\
\
|
*
|
tree-walk: store object_id in a separate member
brian m. carlson
2019-01-15
1
-2
/
+2
|
|
/
*
|
Merge branch 'nd/indentation-fix'
Junio C Hamano
2019-01-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Indent code with TABs
Nguyễn Thái Ngọc Duy
2018-12-09
1
-1
/
+1
*
|
cache-tree.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-11
/
+15
|
/
*
Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'
Junio C Hamano
2018-10-19
1
-1
/
+5
|
\
|
*
cache-tree: skip some blob checks in partial clone
Jonathan Tan
2018-10-10
1
-1
/
+5
*
|
more oideq/hasheq conversions
Jeff King
2018-10-04
1
-1
/
+1
|
/
*
Merge branch 'jk/cocci'
Junio C Hamano
2018-09-17
1
-1
/
+1
|
\
|
*
convert "oidcmp() == 0" to oideq()
Jeff King
2018-08-29
1
-1
/
+1
*
|
Merge branch 'nd/unpack-trees-with-cache-tree'
Junio C Hamano
2018-09-17
1
-0
/
+80
|
\
\
|
|
/
|
/
|
|
*
cache-tree: verify valid cache-tree in the test suite
Nguyễn Thái Ngọc Duy
2018-08-18
1
-0
/
+78
|
*
unpack-trees: add performance tracing
Nguyễn Thái Ngọc Duy
2018-08-18
1
-0
/
+2
*
|
cache-tree: wrap the_index based wrappers with #ifdef
Nguyễn Thái Ngọc Duy
2018-08-13
1
-12
/
+0
|
/
*
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+2
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
cache-tree: use is_empty_tree_oid
brian m. carlson
2018-05-02
1
-1
/
+1
*
|
cache: add a function to read an object ID from a buffer
brian m. carlson
2018-05-02
1
-1
/
+1
|
/
*
cache-tree: convert remnants to struct object_id
brian m. carlson
2018-03-14
1
-14
/
+15
*
cache-tree: convert write_*_as_tree to object_id
brian m. carlson
2018-03-14
1
-5
/
+5
[next]