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
2022-10-11Makefile: Upgrade libgit2 to v1.5.0Patrick Steinhardt
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
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-02-22gitaly-git2go: Hoist gob encoding for all sub-commandsJames Fargher
2022-02-22gitaly-git2go: Remove deprecated Error gob fieldJames Fargher
2022-01-24cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0Patrick Steinhardt
2022-01-18gitaly-git2go: Ensure both subcommand result error fields are setJames Fargher
2021-10-14git2go: Replace deprecated use of error codes and classesPatrick Steinhardt
2021-10-14Upgrade libgit2 to v1.2.0Patrick Steinhardt
2021-09-01global: Support Go-1.17-style build tagsPatrick Steinhardt
2021-08-18gitaly-git2go: Support skipping empty rebased commitsPatrick Steinhardt
2021-08-18gitaly-git2go: Fix rebase containing wrong commit if rebase is emptyPatrick Steinhardt
2021-07-28git2go: rebase: Allow passing object IDsPatrick Steinhardt
2021-07-20gitaly-git2go: Unify code to open Git2Go repositoryPatrick Steinhardt
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-04-27operations: Allow rebase onto remote revisionToon 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