Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-05Merge branch 'update-rugged' into 'master'Patrick Steinhardt
2021-03-05Update rugged, libgit2 and git2go to 1.1Pirate Praveen
2021-03-04Makefile: Add benchmarking targetPatrick Steinhardt
2021-03-01Merge branch 'pks-makefile-test-verbosity' into 'master'Zeger-Jan van de Weg
2021-03-01Merge branch 'pks-makefile-fix-rebuild-fetches' into 'master'Sami Hiltunen
2021-02-25Makefile: supply --no-tags when fetching git & libgit2Ævar Arnfjörð Bjarmason
2021-02-25Makefile: add back remote.origin.url for git & libgit2 reposÆvar Arnfjörð Bjarmason
2021-02-25Makefile: don't conditionally call "git init"Ævar Arnfjörð Bjarmason
2021-02-25Makefile: set --initial-branch=master on "git init"Ævar Arnfjörð Bjarmason
2021-02-25Makefile: replace "git [...] --quiet" with "git [...]" under V=1Ævar Arnfjörð Bjarmason
2021-02-25Makefile: Fix rebuilds of git/libgit2 when given a refPatrick Steinhardt
2021-02-25Makefile: Fix missing quiet-prefixPatrick Steinhardt
2021-02-25Makefile: Fix git/libgit2 rebuilds causing unshallowing fetchPatrick Steinhardt
2021-02-25Merge branch 'avar/makefile-git-build-cleanup' into 'master'Toon Claes
2021-02-25Makefile: Allow override of default test flagsPatrick Steinhardt
2021-02-24Fix handling of libgit2 build updatesStan Hu
2021-02-23Makefile: revert fd4d7395b and don't pass NO_REGEX=YesPleaseÆvar Arnfjörð Bjarmason
2021-02-23Makefile: pass USE_LIBPCRE, not USE_LIBPCRE2 to git's MakefileÆvar Arnfjörð Bjarmason
2021-02-17Makefile: Fix libgit2.a poisoning Go build cachePatrick Steinhardt
2021-02-17Makefile: Build and install dependencies in separate dirPatrick Steinhardt
2021-02-17Makefile: Rebuild git and libgit2 only if their version changesPatrick Steinhardt
2021-02-17Makefile: Do not re-clone repos when rebuilding git/libgit2Patrick Steinhardt
2021-02-17Makefile: Move together protoc-related targetsPatrick Steinhardt
2021-02-17Makefile: Remove broken Dockerfile targetPatrick Steinhardt
2021-02-09Merge branch 'pks-makefile-fix-linting' into 'master'Sami Hiltunen
2021-02-01Makefile: Build libgit2 as part of prepare-testsPatrick Steinhardt
2021-01-26Makefile: Fix conflicting module graphs for external build toolsPatrick Steinhardt
2021-01-26Makefile: Create single rule to build external toolsPatrick Steinhardt
2021-01-26Makefile: Move tool binaries into a separate directoryPatrick Steinhardt
2021-01-26Makefile: Fix missing plugin path when executing protocPatrick Steinhardt
2021-01-26Makefile: Fix missing dependency for gocover-cobertura toolPatrick Steinhardt
2021-01-26Makefile: Move goimports target to other tool targetsPatrick Steinhardt
2021-01-26Merge branch 'smh-remove-server-scope' into 'master'James Fargher
2021-01-22Merge branch 'avar/lint-refactoring-and-default-enabling' into 'master'Toon Claes
2021-01-21Makfile: have "lint-strict" also run "lint"Ævar Arnfjörð Bjarmason
2021-01-21Lint: split up "make lint" and "make lint-strict" configsÆvar Arnfjörð Bjarmason
2021-01-21Makefile: make "lint-strict" a proper targetÆvar Arnfjörð Bjarmason
2021-01-21Lint: bring back lint cachingÆvar Arnfjörð Bjarmason
2021-01-21Remove make target lint-warningsToon Claes
2021-01-19unify test proto generationSami Hiltunen
2021-01-18testhelper: run the relevant part of "make prepare-tests" for youÆvar Arnfjörð Bjarmason
2021-01-06Lint: add a "lint-strict" CI targetÆvar Arnfjörð Bjarmason
2020-12-17Makefile: Remove authentication ldflag hackPatrick Steinhardt
2020-12-17Makefile: Upgrade golangci-lint to v1.33.0Patrick Steinhardt
2020-12-14Makefile: Fix test execution in newly cloned repositoryPatrick Steinhardt
2020-12-14Makefile: Unify execution of Go testsPatrick Steinhardt
2020-12-14Makefile: Rename TEST_PKGS to TEST_PACKAGESPatrick Steinhardt
2020-12-14Makefile: Deduplicate Go packagesPatrick Steinhardt
2020-12-14Makefile: Remove unused argument to `find_go_sources`Patrick Steinhardt
2020-11-24Makefile: Move test repositoriesPatrick Steinhardt