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-08-30git2go: Move errors used by UserUpdateSubmodule RPCPatrick Steinhardt
2023-08-30git2go: Move errors used by UserCommitFiles RPCPatrick Steinhardt
2023-08-22cmd/gitaly-git2go: Remove now-unused cherry-pick implementationPatrick Steinhardt
2023-08-17Revert "Merge branch 'jc/remove-cherry-pick-ff' into 'master'"John Cai
2023-08-16Merge branch 'xx/user-rebase-pure-git' into 'master'Patrick Steinhardt
2023-08-11signature: Move signature to internal/gitXing Xin
2023-08-08gitaly-git2go: Remove cherry pickJohn Cai
2023-08-03Merge branch 'jc/remove-revert-ff' into 'master'Will Chandler
2023-08-02gitaly-git2go: Remove revertJohn Cai
2023-08-01gitaly-git2go: Remove MergeJohn Cai
2023-07-24git2go: Remove code around `ResolveConflicts` RPCKarthik Nayak
2023-07-20git2go: Enable testing of Git2go feature flags with SHA256Patrick Steinhardt
2023-07-11git2go: Move commit actions to UserCommitFilesPatrick Steinhardt
2023-07-11git2go: Rename "commit.go" to "errors.go"Patrick Steinhardt
2023-07-11gitaly-git2go: Drop "commit" subcommandPatrick Steinhardt
2023-07-11gitaly-git2go: Drop "apply" subcommandPatrick Steinhardt
2023-06-29Merge branch 'id-verify-signature' into 'master'Patrick Steinhardt
2023-06-29Define Verify function for SigningKey interfaceIgor Drozdov
2023-06-28git2go: Remove Git2Go Submodule commandJohn Cai
2023-06-27Merge branch 'id-extract-ssh-into-library' into 'master'Will Chandler
2023-06-27Merge branch '5098-feature-flag-git-merge-tree-for-listconflictfiles' into 'm...karthik nayak
2023-06-22Move SSH signing function to libraryIgor Drozdov
2023-06-20Move extractSignature into internal packageJohn Cai
2023-06-14git2go: Remove code around 'conflicts'Karthik Nayak
2023-06-09Add go:generate to generate SSH keys and signaturesIgor Drozdov
2023-06-07Use SSH for signing commitsIgor Drozdov
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
2023-04-27tests: Enable sha256 testingKarthik Nayak
2023-03-31Refactor git2go commit and apply testsIgor Drozdov
2023-03-16lint: Fix manual quote interpolation offensesQuang-Minh Nguyen
2022-12-06git2go: Return structured errors for IndexErrorPatrick Steinhardt
2022-11-30Revert "Revert "Merge branch 'wc/user-commit-files-structured-errors' into 'm...Will Chandler
2022-11-16Revert "Merge branch 'wc/user-commit-files-structured-errors' into 'master'"Patrick Steinhardt
2022-11-14git2go: Add new IndexError with multiple variantsWill Chandler
2022-11-14git2go: Rename IndexError to UnknownIndexErrorWill Chandler
2022-10-28gitaly-git2go: Extract CommitNotFoundErrorJames Fargher
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-08-23feat(gitaly-git2go): sign commits with OpenPGP keySavely Krasovsky
2022-08-11golangci-lint: Enforce consistent naming of `testing.TB` variablesPatrick Steinhardt
2022-08-11gittest: Convert callers of InitRepo to use CreateRepositoryPatrick Steinhardt
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-18test: Disable all test with tag sha256Toon Claes
2022-07-15Centralize binary finding logicSami Hiltunen