Sign in
googlers
/
jrn
/
git
/
16ab794b8257dd08906994d5cccacfa3886aa543
/
match-trees.c
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
· 6 years ago
b2fc9d2
Merge branch 'jk/unused-parameter-cleanup'
by Junio C Hamano
· 6 years ago
667f71c
match-trees: drop unused path parameter from score functions
by Jeff King
· 6 years ago
ea82b2a
tree-walk: store object_id in a separate member
by brian m. carlson
· 6 years ago
f55ac43
match-trees: use hashcpy to splice trees
by brian m. carlson
· 6 years ago
36775ab
match-trees: compute buffer offset correctly when splicing
by brian m. carlson
· 6 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
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
916bc35
tree-walk: convert tree entry functions to object_id
by brian m. carlson
· 7 years ago
a09c985
sha1_file: convert write_sha1_file to object_id
by Patryk Obara
· 7 years ago
3b34934
match-trees: convert splice_tree to object_id
by Patryk Obara
· 7 years ago
b6aec86
match-trees: convert several leaf functions to use struct object_id
by brian m. carlson
· 9 years ago
ce6663a
tree-walk: convert tree_entry_extract() to use struct object_id
by brian m. carlson
· 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 9 years ago
82db3d4
match-trees: convert shift_tree() and shift_tree_by() to use object_id
by brian m. carlson
· 9 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
· 11 years ago
10a3fb0
match-trees: factor out fill_tree_desc_strict
by René Scharfe
· 12 years ago
d8febde
match-trees: simplify score_trees() using tree_entry()
by René Scharfe
· 12 years ago
85e51b7
Make "subtree" part more orthogonal to the rest of merge-recursive.
by Junio C Hamano
· 17 years ago
538dfe7
Improved const correctness for strings
by Shawn O. Pearce
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
68faf68
A new merge stragety 'subtree'.
by Junio C Hamano
· 18 years ago