summaryrefslogtreecommitdiff
path: root/match-trees.c
AgeCommit message (Expand)Author
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-30match-trees: convert splice_tree to object_idPatryk Obara
2016-04-25match-trees: convert several leaf functions to use struct object_idbrian m. carlson
2016-04-25tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-04-19match-trees: convert shift_tree() and shift_tree_by() to use object_idbrian m. carlson
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2013-06-13match-trees: factor out fill_tree_desc_strictRené Scharfe
2013-03-25match-trees: simplify score_trees() using tree_entry()René Scharfe
2010-01-18Make "subtree" part more orthogonal to the rest of merge-recursive.Junio C Hamano
2007-10-21Improved const correctness for stringsShawn O. Pearce
2007-06-07War on whitespaceJunio C Hamano
2007-04-07A new merge stragety 'subtree'.Junio C Hamano