🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
match-trees.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
a034e91
object-store-ll.h: split this header out of object-store.h
by Elijah Newren
· 2 years, 6 months ago
5e3f94d
treewide: remove cache.h inclusion due to previous changes
by Elijah Newren
· 2 years, 8 months ago
d4ff207
match-trees.h: move declarations for match-trees.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
e7dca80
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h
by Junio C Hamano
· 2 years, 8 months ago
bc726bd
cocci: apply the "object-store.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years, 9 months ago
41771fa
cache.h: remove dependence on hex.h; make other files include it explicitly
by Elijah Newren
· 2 years, 10 months ago
c80d226
object-file API: have write_object_file() take "enum object_type"
by Ævar Arnfjörð Bjarmason
· 3 years, 10 months ago
92e2cab
Always use oidread to read into struct object_id
by brian m. carlson
· 4 years, 8 months ago
90d3405
match-trees.c: remove the_repo from shift_tree*()
by Nguyễn Thái Ngọc Duy
· 6 years ago
50ddb08
tree-walk.c: remove the_repo from get_tree_entry()
by Nguyễn Thái Ngọc Duy
· 6 years ago
5ec1e72
Use 'unsigned short' for mode, like diff_filespec does
by Elijah Newren
· 7 years ago
b2fc9d2
Merge branch 'jk/unused-parameter-cleanup'
by Junio C Hamano
· 7 years ago
667f71c
match-trees: drop unused path parameter from score functions
by Jeff King
· 7 years ago
ea82b2a
tree-walk: store object_id in a separate member
by brian m. carlson
· 7 years ago
f55ac43
match-trees: use hashcpy to splice trees
by brian m. carlson
· 7 years ago
36775ab
match-trees: compute buffer offset correctly when splicing
by brian m. carlson
· 7 years ago
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
· 7 years ago
60858f3
Merge branch 'jk/merge-subtree-heuristics'
by Junio C Hamano
· 7 years ago
2ec4150
score_trees(): fix iteration over trees with missing entries
by Jeff King
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 8 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 8 years ago
916bc35
tree-walk: convert tree entry functions to object_id
by brian m. carlson
· 8 years ago
a09c985
sha1_file: convert write_sha1_file to object_id
by Patryk Obara
· 8 years ago
3b34934
match-trees: convert splice_tree to object_id
by Patryk Obara
· 8 years ago
b6aec86
match-trees: convert several leaf functions to use struct object_id
by brian m. carlson
· 10 years ago
ce6663a
tree-walk: convert tree_entry_extract() to use struct object_id
by brian m. carlson
· 10 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 10 years ago
82db3d4
match-trees: convert shift_tree() and shift_tree_by() to use object_id
by brian m. carlson
· 10 years ago
2831018
use xstrfmt to replace xmalloc + sprintf
by Jeff King
· 11 years ago
2c5495f
use strchrnul() in place of strchr() and strlen()
by Rohit Mani
· 12 years ago
10a3fb0
match-trees: factor out fill_tree_desc_strict
by René Scharfe
· 13 years ago
d8febde
match-trees: simplify score_trees() using tree_entry()
by René Scharfe
· 13 years ago
85e51b7
Make "subtree" part more orthogonal to the rest of merge-recursive.
by Junio C Hamano
· 16 years ago
538dfe7
Improved const correctness for strings
by Shawn O. Pearce
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 19 years ago
68faf68
A new merge stragety 'subtree'.
by Junio C Hamano
· 19 years ago