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-09-05gitaly-git2go: Remove the now-unused commandPatrick Steinhardt
2023-09-05cmd/gitaly-git2go: Use log writer instead of splicing log outputsPatrick Steinhardt
2023-06-02repository: Move GitRepo interface into storage packagePatrick Steinhardt
2023-05-16featureflag: Move into standalone packagePatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick 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-07-20Merge branch 'pks-git-objectids-sha256' into 'master'Will Chandler
2022-07-20git: Move `NewObjectIDFromHex()` into `ObjectHash` structurePatrick Steinhardt
2022-07-20command: Accept command arguments instead of an `exec.Cmd`Patrick Steinhardt
2022-07-15Centralize binary finding logicSami Hiltunen
2022-07-15Hardcode module version in git2go binary name variableSami Hiltunen
2022-07-06git2go: Convert injection of feature flags to not use raw flagsPatrick Steinhardt
2022-06-23command: Fix race with setting command names and context cancellationPatrick Steinhardt
2022-06-23command: Introduce options to configure spawned commandsPatrick Steinhardt
2022-06-16git2go: Pass feature flags into gitaly-git2go binaryJohn Cai
2022-05-25git2go: Inject Git environment variablesPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-04-05Expose command stats (rusage) metrics via prometheuscommand-stats-metricsIgor Wiedler
2022-03-31gitaly-git2go: Pass through correlation ID from requestgit2go_loggingJames Fargher
2022-03-31git2go: Set stderr to be the log ouputJames Fargher
2022-03-31gitaly-git2go: Stop capturing errors from stderrJames Fargher
2022-02-22gitaly-git2go: Remove deprecated Error gob fieldJames Fargher
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2022-01-18gitaly-git2go: Ensure all subcommands have a compatible error returnJames Fargher
2021-12-21git2go: Resolve Git binary path via command factoryPatrick Steinhardt
2021-07-29Merge branch 'ps-gitalygit2go-path-resolution' into 'master'Toon Claes
2021-07-22storage: Move module into `internal/gitaly`Patrick Steinhardt
2021-07-21gitaly-git2go: cleanup backwards compatibility codePavlo Strokov
2021-07-20git2go: Inject info about alternate object directoriesPatrick Steinhardt
2021-07-20git2go: Inject repository into subcommandsPatrick Steinhardt
2021-07-20git2go: Implement running commands on top of executorPatrick Steinhardt
2021-07-20git2go: Convert executor to receive `config.Cfg` as inputPatrick Steinhardt
2021-06-15Add version suffix to gitaly-git2go binaryPavlo Strokov
2020-11-25gitaly-git2go apply subcommandSami Hiltunen
2020-10-21add commit subcommand to gitaly-git2goSami Hiltunen