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-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.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 "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason
2020-10-02commit-reach: fix in_merge_bases_many bugDerrick Stolee
2020-07-07Merge branch 'cb/is-descendant-of'Junio C Hamano
2020-06-24commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón
2020-06-18object: drop parsed_object_pool->commit_countAbhishek Kumar
2018-11-02test-reach: test get_reachable_subsetDerrick Stolee
2018-09-21commit-reach: properly peel tagsDerrick Stolee
2018-07-21test-reach: test commit_containsDerrick Stolee
2018-07-21test-reach: test can_all_from_reach_with_flagsDerrick Stolee
2018-07-21test-reach: test reduce_headsDerrick Stolee
2018-07-21test-reach: test get_merge_bases_manyDerrick Stolee
2018-07-21test-reach: test is_descendant_ofDerrick Stolee
2018-07-21test-reach: test in_merge_basesDerrick Stolee
2018-07-21test-reach: create new test tool for ref_newerDerrick Stolee