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
2018-05-18commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams
2018-05-18commit: convert commit_graft_pos() to handle arbitrary repositoriesBrandon Williams
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-18commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to prepare_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to read_graft_fileJonathan Nieder
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to commit_graft_posJonathan Nieder
2018-05-16object: move grafts to object parserJonathan Nieder
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller
2018-05-09object: add repository argument to create_objectStefan Beller
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-05-02commit: convert uses of get_sha1_hex to get_oid_hexbrian m. carlson
2018-04-30Deprecate support for .git/info/graftsJohannes Schindelin
2018-04-26commit: Let the callback of for_each_mergetag return on errorJohannes Schindelin
2018-04-11commit-graph: lazy-load trees for commitsDerrick Stolee
2018-04-11commit: create get_commit_tree() methodDerrick Stolee
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14sha1_file: convert assert_sha1_type to object_idbrian m. carlson
2018-03-07Merge branch 'bw/c-plus-plus'Junio C Hamano
2018-02-22commit: rename 'new' variablesBrandon Williams
2018-02-16Merge branch 'po/object-id'Junio C Hamano
2018-02-15object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-14Merge branch 'sg/cocci-move-array'Junio C Hamano
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2018-01-22Use MOVE_ARRAYSZEDER Gábor
2017-12-29commit: remove unused function clear_commit_marks_for_object_array()René Scharfe
2017-12-29commit: use clear_commit_marks_many() in remove_redundant()René Scharfe
2017-12-29commit: avoid allocation in clear_commit_marks_many()René Scharfe
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-24commit: fix memory leak in `reduce_heads()`Martin Ågren
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano
2017-09-07commit: release strbuf on error return in commit_tree_extended()Rene Scharfe
2017-08-18commit: rewrite read_graft_linePatryk Obara
2017-08-18commit: allocate array using object_id sizePatryk Obara
2017-08-18commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara
2017-08-11Merge branch 'rs/move-array'Junio C Hamano
2017-07-18use MOVE_ARRAYRené Scharfe
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano