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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2024-01-03Merge branch 'ps/pseudo-refs'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20Merge branch 'jk/bisect-reset-fix'Junio C Hamano
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt
2023-12-09bisect: always clean on resetJeff King
2023-10-23doc/git-bisect: clarify `git bisect run` syntaxJavier Mora
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.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 "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.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-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20Merge branch 'rj/bisect-already-used-branch'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-22bisect: fix "reset" when branch is checked out elsewhereRubén Justo
2023-01-14bisect: remove Cogito-related codeJohannes Schindelin
2023-01-14bisect run: fix the error messageJohannes Schindelin
2023-01-14bisect--helper: make the order consistently `argc, argv`Ævar Arnfjörð Bjarmason
2023-01-14bisect--helper: simplify exit code computationJohannes Schindelin
2022-11-12Turn `git bisect` into a full built-inJohannes Schindelin