index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
match-trees.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-10-02
1
-2
/
+2
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+2
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
match-trees.h: move declarations for match-trees.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-2
/
+2
|
\
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
*
Always use oidread to read into struct object_id
brian m. carlson
2021-04-27
1
-1
/
+1
*
match-trees.c: remove the_repo from shift_tree*()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-5
/
+7
*
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
2019-06-27
1
-3
/
+3
*
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
2019-04-08
1
-4
/
+4
*
Merge branch 'jk/unused-parameter-cleanup'
Junio C Hamano
2019-02-07
1
-9
/
+7
|
\
|
*
match-trees: drop unused path parameter from score functions
Jeff King
2019-01-24
1
-9
/
+7
*
|
tree-walk: store object_id in a separate member
brian m. carlson
2019-01-15
1
-1
/
+1
*
|
match-trees: use hashcpy to splice trees
brian m. carlson
2019-01-15
1
-6
/
+18
*
|
match-trees: compute buffer offset correctly when splicing
brian m. carlson
2019-01-15
1
-3
/
+4
|
/
*
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-1
/
+1
*
Merge branch 'jk/merge-subtree-heuristics'
Junio C Hamano
2018-08-17
1
-17
/
+26
|
\
|
*
score_trees(): fix iteration over trees with missing entries
Jeff King
2018-08-02
1
-17
/
+26
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-2
/
+2
*
|
tree-walk: convert tree entry functions to object_id
brian m. carlson
2018-03-14
1
-3
/
+3
*
|
sha1_file: convert write_sha1_file to object_id
Patryk Obara
2018-01-30
1
-1
/
+1
*
|
match-trees: convert splice_tree to object_id
Patryk Obara
2018-01-30
1
-24
/
+22
|
/
*
match-trees: convert several leaf functions to use struct object_id
brian m. carlson
2016-04-25
1
-15
/
+15
*
tree-walk: convert tree_entry_extract() to use struct object_id
brian m. carlson
2016-04-25
1
-6
/
+6
*
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
2016-04-25
1
-1
/
+1
*
match-trees: convert shift_tree() and shift_tree_by() to use object_id
brian m. carlson
2016-04-20
1
-22
/
+22
*
use xstrfmt to replace xmalloc + sprintf
Jeff King
2014-06-20
1
-7
/
+2
*
use strchrnul() in place of strchr() and strlen()
Rohit Mani
2014-03-10
1
-7
/
+4
*
match-trees: factor out fill_tree_desc_strict
René Scharfe
2013-06-13
1
-25
/
+19
*
match-trees: simplify score_trees() using tree_entry()
René Scharfe
2013-03-25
1
-40
/
+28
*
Make "subtree" part more orthogonal to the rest of merge-recursive.
Junio C Hamano
2010-01-18
1
-1
/
+68
*
Improved const correctness for strings
Shawn O. Pearce
2007-10-21
1
-1
/
+1
*
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
*
A new merge stragety 'subtree'.
Junio C Hamano
2007-04-07
1
-0
/
+304