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-29Makefile: Upgrade git to v2.31.1Patrick Steinhardt
2021-03-24Makefile: Switch to git-checkout(1) to allow oldish host gitPatrick Steinhardt
2021-03-24Makefile: Fix libgit2/git builds with old git versionsPatrick Steinhardt
2021-03-22Merge branch 'bundleflag' into 'master'James Fargher
2021-03-16remove deprecated bundle flagJoerg Behrmann
2021-03-16Makefile: Upgrade default git version to v2.31.0Patrick Steinhardt
2021-03-11Makefile: Fix benchmarking repository's URLPatrick Steinhardt
2021-03-09Makefie: Simplify computation of tool mod directoriesPatrick Steinhardt
2021-03-09Makefile: Use per-tool version filesPatrick Steinhardt
2021-03-09Makefile: Split package path and version into separate varsPatrick Steinhardt
2021-03-09Makefile: Extract build depedendcy versionsPatrick Steinhardt
2021-03-09Makefile: Fix protoc compiler always being considered out-of-datePatrick Steinhardt
2021-03-09Makefile: Move protoc into TOOLS_DIRPatrick Steinhardt
2021-03-09Makefile: Do not redownload protoc.zip if it's up-to-datePatrick Steinhardt
2021-03-09Makefile: Introduce TOOLS_DIR variablePatrick Steinhardt
2021-03-09Makefile: Fix `*.version` files getting deletedPatrick Steinhardt
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