🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.35.2
/
cache-tree.c
tag
6f2bb67f2b16cf525e66fb4379a33cf851acd0bc
tagger
Junio C Hamano <gitster@pobox.com>
Thu Mar 24 23:05:50 2022
object
53ef17d3ee0f7fcb151f428ee3bd736b8046825f
Git 2.35.2
f085087
Merge branch 'vd/sparse-reset'
by Junio C Hamano
· 4 years ago
20ec2d0
reset: make sparse-aware (except --mixed)
by Victoria Dye
· 4 years ago
c01b1cb
reset: integrate with sparse index
by Victoria Dye
· 4 years ago
e058b18
Merge branch 'pw/sparse-cache-tree-verify-fix'
by Junio C Hamano
· 4 years, 2 months ago
4ef91a2
commit: fix duplication regression in permission error output
by Ævar Arnfjörð Bjarmason
· 4 years, 2 months ago
f751097
sparse index: fix use-after-free bug in cache_tree_verify()
by Phillip Wood
· 4 years, 2 months ago
506d2a3
Merge branch 'ds/commit-and-checkout-with-sparse-index'
by Junio C Hamano
· 4 years, 4 months ago
d3da223
cache-tree: prefetch in partial clone read-tree
by Jonathan Tan
· 4 years, 5 months ago
daa1ace
commit: integrate with sparse-index
by Derrick Stolee
· 4 years, 5 months ago
8e97852
Merge branch 'ds/sparse-index-protections'
by Junio C Hamano
· 4 years, 8 months ago
9ad2d5e
sparse-index: loose integration with cache_tree_verify()
by Derrick Stolee
· 4 years, 9 months ago
2de37c5
cache-tree: integrate with sparse directory entries
by Derrick Stolee
· 4 years, 9 months ago
6e77352
sparse-index: convert from full to sparse
by Derrick Stolee
· 4 years, 9 months ago
ca56dad
use CALLOC_ARRAY
by René Scharfe
· 4 years, 9 months ago
c80dd39
cache-tree: extract subtree_pos()
by Derrick Stolee
· 4 years, 11 months ago
8d87e33
cache-tree: simplify verify_cache() prototype
by Derrick Stolee
· 4 years, 11 months ago
fb08826
cache-tree: clean up cache_tree_update()
by Derrick Stolee
· 4 years, 11 months ago
a4b6d20
cache-tree: speed up consecutive path comparisons
by Derrick Stolee
· 5 years ago
0b72536
cache-tree: use ce_namelen() instead of strlen()
by René Scharfe
· 5 years ago
0e5c950
cache-tree: trace regions for prime_cache_tree
by Derrick Stolee
· 5 years ago
4c3e187
cache-tree: trace regions for I/O
by Derrick Stolee
· 5 years ago
fa7ca5d
cache-tree: use trace2 in cache_tree_update()
by Derrick Stolee
· 5 years ago
2dcde20
sha1-file: pass git_hash_algo to hash_object_file()
by Matheus Tavares
· 6 years ago
a651946
cache-tree: use given repo's hash_algo at verify_one()
by Matheus Tavares
· 6 years ago
280bd44
Merge branch 'en/merge-recursive-cleanup'
by Junio C Hamano
· 6 years ago
ae203ba
Merge branch 'jt/cache-tree-avoid-lazy-fetch-during-merge'
by Junio C Hamano
· 6 years ago
b9ac6c5
Merge branch 'cc/multi-promisor'
by Junio C Hamano
· 6 years ago
f981ec1
cache-tree: do not lazy-fetch tentative tree
by Jonathan Tan
· 6 years ago
1b01cdb
Merge branch 'jk/tree-walk-overflow'
by Junio C Hamano
· 6 years ago
724dd76
cache-tree: share code between functions writing an index as a tree
by Elijah Newren
· 6 years ago
9055384
tree-walk: drop oid from traverse_info
by Jeff King
· 6 years ago
b14ed5a
Use promisor_remote_get_direct() and has_promisor_remote()
by Christian Couder
· 6 years ago
e9b9cc5
cache-tree/blame: avoid reusing the DEBUG constant
by Jeff Hostetler
· 6 years ago
cba595a
Merge branch 'jk/loose-object-cache-oid'
by Junio C Hamano
· 7 years ago
371820d
Merge branch 'bc/tree-walk-oid'
by Junio C Hamano
· 7 years ago
ea82b2a
tree-walk: store object_id in a separate member
by brian m. carlson
· 7 years ago
f2b6aa9
Merge branch 'nd/indentation-fix'
by Junio C Hamano
· 7 years ago
98374a0
convert has_sha1_file() callers to has_object_file()
by Jeff King
· 7 years ago
ec36c42
Indent code with TABs
by Nguyễn Thái Ngọc Duy
· 7 years ago
c207e9e
cache-tree.c: remove the_repository references
by Nguyễn Thái Ngọc Duy
· 7 years ago
a08b1d6
Merge branch 'jt/cache-tree-allow-missing-object-in-partial-clone'
by Junio C Hamano
· 7 years ago
2f215ff
cache-tree: skip some blob checks in partial clone
by Jonathan Tan
· 7 years ago
e43d2dc
more oideq/hasheq conversions
by Jeff King
· 7 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 7 years ago
7e794d0
Merge branch 'nd/unpack-trees-with-cache-tree'
by Junio C Hamano
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
4592e60
cache-tree: verify valid cache-tree in the test suite
by Nguyễn Thái Ngọc Duy
· 7 years ago
0d1ed59
unpack-trees: add performance tracing
by Nguyễn Thái Ngọc Duy
· 7 years ago
07096c9
cache-tree: wrap the_index based wrappers with #ifdef
by Nguyễn Thái Ngọc Duy
· 7 years ago
f86bcc7
tree: add repository argument to lookup_tree
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 8 years ago
a055493
cache-tree: use is_empty_tree_oid
by brian m. carlson
· 8 years ago
69d1242
cache: add a function to read an object ID from a buffer
by brian m. carlson
· 8 years ago
6dcb462
cache-tree: convert remnants to struct object_id
by brian m. carlson
· 8 years ago
fc5cb99
cache-tree: convert write_*_as_tree to object_id
by brian m. carlson
· 8 years ago
8be8342
Merge branch 'po/object-id'
by Junio C Hamano
· 8 years ago
cbf0240
Merge branch 'sg/cocci-move-array'
by Junio C Hamano
· 8 years ago
e75c862
Merge branch 'tg/split-index-fixes'
by Junio C Hamano
· 8 years ago
a09c985
sha1_file: convert write_sha1_file to object_id
by Patryk Obara
· 8 years ago
f070fac
sha1_file: convert hash_sha1_file to object_id
by Patryk Obara
· 8 years ago
f919ffe
Use MOVE_ARRAY
by SZEDER Gábor
· 8 years ago
a125a22
read-cache: fix reading the shared index for other repos
by Thomas Gummerer
· 8 years ago
0b646bc
Merge branch 'ma/lockfile-fixes'
by Junio C Hamano
· 8 years ago
19716b2
cleanup: fix possible overflow errors in binary search
by Derrick Stolee
· 8 years ago
2954e5e
cache-tree: simplify locking logic
by Martin Ågren
· 8 years ago
bfffb48
stop leaking lock structs in some simple cases
by Jeff King
· 8 years ago
c82c75b
write_index_as_tree: cleanup tempfile on error
by Jeff King
· 8 years ago
f331ab9
use MOVE_ARRAY
by René Scharfe
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 9 years ago
740ee05
Convert lookup_tree to struct object_id
by brian m. carlson
· 9 years ago
e0a9280
Convert struct cache_tree to use struct object_id
by brian m. carlson
· 9 years ago
a96d3cc
cache-tree: reject entries with null sha1
by Jeff King
· 9 years ago
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
· 9 years ago
6d6a782
cache-tree: do not generate empty trees as a result of all i-t-a subentries
by Nguyễn Thái Ngọc Duy
· 9 years ago
c041d54
cache-tree.c: fix i-t-a entry skipping directory updates sometimes
by Nguyễn Thái Ngọc Duy
· 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 10 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 10 years ago
96ffc06
convert trivial cases to FLEX_ARRAY macros
by Jeff King
· 10 years ago
cc14ea8
Merge branch 'nd/ita-cleanup'
by Junio C Hamano
· 10 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 10 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 10 years ago
895ff3b
add and use a convenience macro ce_intent_to_add()
by Nguyễn Thái Ngọc Duy
· 10 years ago
d23a511
cache-tree: introduce write_index_as_tree()
by Paul Tan
· 10 years ago
e44da1b
Merge branch 'jk/cache-tree-protect-from-broken-libgit2'
by Junio C Hamano
· 11 years ago
729dbbd
cache-tree: avoid infinite loop on zero-entry tree
by Jeff King
· 11 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 11 years ago
3fd13cb
Merge branch 'dt/cache-tree-repair'
by Junio C Hamano
· 11 years ago
4ed115e
cache-tree: do not try to use an invalidated subtree info to build a tree
by Junio C Hamano
· 11 years ago
aecf567
cache-tree: create/update cache-tree on checkout
by David Turner
· 11 years ago
e6c286e
cache-tree: mark istate->cache_changed on prime_cache_tree()
by Nguyễn Thái Ngọc Duy
· 12 years ago
d0cfc3e
cache-tree: mark istate->cache_changed on cache tree update
by Nguyễn Thái Ngọc Duy
· 12 years ago
a5400ef
cache-tree: mark istate->cache_changed on cache tree invalidation
by Nguyễn Thái Ngọc Duy
· 12 years ago
03b8664
read-cache: new API write_locked_index instead of write_index/write_cache
by Nguyễn Thái Ngọc Duy
· 12 years ago
6f75e48
Merge branch 'rm/strchrnul-not-strlen'
by Junio C Hamano
· 12 years ago
da2e057
Merge branch 'mh/simplify-cache-tree-find'
by Junio C Hamano
· 12 years ago
2c5495f
use strchrnul() in place of strchr() and strlen()
by Rohit Mani
· 12 years ago
3491047
cache_tree_find(): use path variable when passing over slashes
by Michael Haggerty
· 12 years ago
8b7e5f7
cache_tree_find(): remove early return
by Michael Haggerty
· 12 years ago
03b0403
cache_tree_find(): remove redundant check
by Michael Haggerty
· 12 years ago
Next »