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: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "revision.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "rerere.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "packfile.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 "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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-28cocci: add missing "the_repository" macros to "pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: sort "the_repository" rules by headerÆvar Arnfjörð Bjarmason
2023-03-28cocci: fix incorrect & verbose "the_repository" rulesÆvar Arnfjörð Bjarmason
2023-03-28cocci: remove dead rule from "the_repository.pending.cocci"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to setup.h changesElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21path.h: move function declarations for path.c functions from cache.hElijah Newren
2023-03-21cache.h: remove expand_user_path()Elijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2023-03-21treewide: remove unnecessary inclusion of gettext.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-03-20The second batchJunio C Hamano
2023-03-20Merge branch 'jk/add-p-unmerged-fix'Junio C Hamano
2023-03-20Merge branch 'ew/fetch-no-write-fetch-head-fix'Junio C Hamano
2023-03-20Merge branch 'fc/advice-diverged-history'Junio C Hamano
2023-03-20Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano
2023-03-20Merge branch 'ds/reprepare-alternates-when-repreparing-packfiles'Junio C Hamano
2023-03-20Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-progress'Junio C Hamano
2023-03-20Merge branch 'as/doc-markup-fix'Junio C Hamano
2023-03-20Merge branch 'rj/avoid-switching-to-already-used-branch'Junio C Hamano
2023-03-20Merge branch 'rj/bisect-already-used-branch'Junio C Hamano
2023-03-20Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano
2023-03-20Merge branch 'ak/restore-both-incompatible-with-conflicts'Junio C Hamano