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-06-29commit: add repository argument to get_cached_commit_bufferStefan Beller
2018-06-29commit: add repository argument to set_commit_bufferStefan Beller
2018-06-29commit: add repository argument to parse_commit_bufferStefan Beller
2018-06-29commit: add repository argument to lookup_commitStefan Beller
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-06-27commit: force commit to parse from object databaseDerrick Stolee
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-06-25Merge branch 'ds/commit-graph-lockfile-fix'Junio C Hamano
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-05-30Merge branch 'nd/pack-struct-commit'Junio C Hamano
2018-05-23Merge branch 'js/deprecate-grafts'Junio C Hamano
2018-05-22commit-graph: always load commit-graph informationDerrick Stolee
2018-05-22commit: use generations in paint_down_to_common()Derrick Stolee
2018-05-22commit: add generation number to struct commitDerrick Stolee
2018-05-21commit.h: delete 'util' field in struct commitNguyễn Thái Ngọc Duy
2018-05-21merge: use commit-slab in merge remote desc instead of commit->utilNguyễn Thái Ngọc Duy
2018-05-18commit: allow lookup_commit_graft to handle arbitrary repositoriesStefan Beller
2018-05-18shallow: migrate shallow information into the object parserStefan Beller
2018-05-18commit: convert register_commit_graft to handle arbitrary repositoriesBrandon Williams
2018-05-18shallow: add repository argument to is_repository_shallowStefan Beller
2018-05-18shallow: add repository argument to register_shallowStefan Beller
2018-05-18shallow: add repository argument to set_alternate_shallow_fileStefan Beller
2018-05-18commit: add repository argument to lookup_commit_graftJonathan Nieder
2018-05-16commit: add repository argument to register_commit_graftJonathan Nieder
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-13commit.h: rearrange 'index' to shrink struct commitNguyễn Thái Ngọc Duy
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-11commit: integrate commit graph with commit parsingDerrick Stolee
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2018-01-24Merge branch 'rs/lose-leak-pending'Junio C Hamano
2017-12-29commit: remove unused function clear_commit_marks_for_object_array()René Scharfe
2017-12-12format: create pretty.h fileOlga Telezhnaya
2017-11-08reduce_heads: fix memory leaksMartin Ågren
2017-09-06Merge branch 'po/read-graft-line'Junio C Hamano
2017-08-24Merge branch 'rs/commit-h-single-parent-cleanup'Junio C Hamano
2017-08-19commit: remove unused inline function single_parent()René Scharfe
2017-08-18commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara
2017-07-13commit: convert lookup_commit_graft to struct object_idStefan Beller
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-11Merge branch 'rs/log-email-subject'Junio C Hamano
2017-03-02pretty: use fmt_output_email_subject()René Scharfe