Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren
2023-04-24match-trees.h: move declarations for match-trees.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2021-04-27Always use oidread to read into struct object_idbrian m. carlson
2019-06-27match-trees.c: remove the_repo from shift_tree*()Nguyễn Thái Ngọc Duy
2019-06-27tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-02-07Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano
2019-01-24match-trees: drop unused path parameter from score functionsJeff King
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2019-01-15match-trees: use hashcpy to splice treesbrian m. carlson
2019-01-15match-trees: compute buffer offset correctly when splicingbrian m. carlson
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-17Merge branch 'jk/merge-subtree-heuristics'Junio C Hamano
2018-08-02score_trees(): fix iteration over trees with missing entriesJeff King
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson
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-26match-trees: convert several leaf functions to use struct object_idbrian m. carlson
2016-04-26tree-walk: convert tree_entry_extract() to use struct object_idbrian m. carlson
2016-04-26struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
2016-04-20match-trees: convert shift_tree() and shift_tree_by() to use object_idbrian m. carlson
2014-06-20use xstrfmt to replace xmalloc + sprintfJeff King
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2013-06-14match-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