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
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-10-11Makefile: Upgrade libgit2 to v1.5.0Patrick Steinhardt
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-02Rename gitaly-git2go-v15 to gitaly-git2gosmh-dont-install-aux-binariesSami Hiltunen
2022-03-30Makefile: Rename gitaly-git2go to gitaly-git2go-v14Toon Claes
2022-03-01operations: Return error from UserSquash on conflictPatrick Steinhardt
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-24cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0Patrick Steinhardt
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2021-12-21git2go: Resolve Git binary path via command factoryPatrick Steinhardt
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-14Upgrade libgit2 to v1.2.0Patrick Steinhardt
2021-09-01global: Support Go-1.17-style build tagsPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-18gitaly-git2go: Support skipping empty rebased commitsPatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-07-28git2go: rebase: Allow passing object IDsPatrick Steinhardt
2021-07-20gitaly-git2go: Unify code to open Git2Go repositoryPatrick Steinhardt
2021-07-20git2go: Inject info about alternate object directoriesPatrick Steinhardt
2021-07-20git2go: Inject repository into subcommandsPatrick Steinhardt
2021-07-20git2go: Implement rebase on top of the executorPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17TestUser moved into the gittest packagePavlo Strokov
2021-04-27operations: Allow rebase onto remote revisionToon Claes
2021-04-27gitaly-git2go: Rebase ignores merges from upstreamToon Claes
2021-04-27gitaly-git2go: Test a few rebase error examplesToon Claes
2021-04-27gitaly-git2go: Rebase skips commits upstream hasToon Claes
2021-04-27gitaly-git2go: Rebase merged branch is fastforwardToon Claes
2021-04-27gitaly-git2go: Don't rebase when already at tipToon Claes
2021-04-27gitaly-git2go: Implement rebase in gitaly-git2goToon Claes