index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
match-trees.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-27
match-trees.c: remove the_repo from shift_tree*()
Nguyễn Thái Ngọc Duy
1
-5
/
+7
2019-06-27
tree-walk.c: remove the_repo from get_tree_entry()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2019-04-08
Use 'unsigned short' for mode, like diff_filespec does
Elijah Newren
1
-4
/
+4
2019-02-06
Merge branch 'jk/unused-parameter-cleanup'
Junio C Hamano
1
-9
/
+7
2019-01-24
match-trees: drop unused path parameter from score functions
Jeff King
1
-9
/
+7
2019-01-15
tree-walk: store object_id in a separate member
brian m. carlson
1
-1
/
+1
2019-01-15
match-trees: use hashcpy to splice trees
brian m. carlson
1
-6
/
+18
2019-01-15
match-trees: compute buffer offset correctly when splicing
brian m. carlson
1
-3
/
+4
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-1
/
+1
2018-08-17
Merge branch 'jk/merge-subtree-heuristics'
Junio C Hamano
1
-17
/
+26
2018-08-02
score_trees(): fix iteration over trees with missing entries
Jeff King
1
-17
/
+26
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-14
tree-walk: convert tree entry functions to object_id
brian m. carlson
1
-3
/
+3
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-1
/
+1
2018-01-30
match-trees: convert splice_tree to object_id
Patryk Obara
1
-24
/
+22
2016-04-25
match-trees: convert several leaf functions to use struct object_id
brian m. carlson
1
-15
/
+15
2016-04-25
tree-walk: convert tree_entry_extract() to use struct object_id
brian m. carlson
1
-6
/
+6
2016-04-25
struct name_entry: use struct object_id instead of unsigned char sha1[20]
brian m. carlson
1
-1
/
+1
2016-04-19
match-trees: convert shift_tree() and shift_tree_by() to use object_id
brian m. carlson
1
-22
/
+22
2014-06-19
use xstrfmt to replace xmalloc + sprintf
Jeff King
1
-7
/
+2
2014-03-10
use strchrnul() in place of strchr() and strlen()
Rohit Mani
1
-7
/
+4
2013-06-13
match-trees: factor out fill_tree_desc_strict
René Scharfe
1
-25
/
+19
2013-03-25
match-trees: simplify score_trees() using tree_entry()
René Scharfe
1
-40
/
+28
2010-01-17
Make "subtree" part more orthogonal to the rest of merge-recursive.
Junio C Hamano
1
-1
/
+68
2007-10-21
Improved const correctness for strings
Shawn O. Pearce
1
-1
/
+1
2007-06-07
War on whitespace
Junio C Hamano
1
-1
/
+0
2007-04-07
A new merge stragety 'subtree'.
Junio C Hamano
1
-0
/
+304