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-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-02-24object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren
2022-04-01alloc.[ch]: remove alloc_report() functionÆvar Arnfjörð Bjarmason
2020-06-18commit: move members graph_pos, generation to a slabAbhishek Kumar
2020-06-18object: drop parsed_object_pool->commit_countAbhishek Kumar
2019-01-28object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor
2018-08-15alloc: make allocate_alloc_state and clear_alloc_state more consistentElijah Newren
2018-06-25Merge branch 'sb/object-store-alloc'Junio C Hamano
2018-05-22commit: add generation number to struct commitDerrick Stolee
2018-05-16alloc: allow arbitrary repositories for alloc functionsStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_indexStefan Beller
2018-05-09alloc: add repository argument to alloc_reportStefan Beller
2018-05-09alloc: add repository argument to alloc_object_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tag_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_commit_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_tree_nodeStefan Beller
2018-05-09alloc: add repository argument to alloc_blob_nodeStefan Beller
2018-04-11commit: integrate commit graph with commit parsingDerrick Stolee
2014-07-14alloc: factor out commit indexJeff King
2014-07-14move setting of object->type to alloc_* functionsJeff King
2014-07-14alloc: write out allocator definitionsJeff King
2014-07-14alloc.c: remove the alloc_raw_commit_node() functionRamsay Jones
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King
2014-06-12alloc: include any-object allocations in alloc_reportJeff King
2013-10-16alloc.c: have SP around arithmetic operatorsJunio C Hamano
2011-03-18unbreak and eliminate NO_C99_FORMATJonathan Nieder
2009-05-02Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-17Use proper object allocators for unknown object nodes tooLinus Torvalds
2006-08-02Add NO_C99_FORMAT to support older compilers.Ramsay Allan Jones
2006-06-20Add specialized object allocatorLinus Torvalds