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-20conflicts: Fix nil pointer access when conflict has no ancestorStan Hu
2023-01-16Merge branch 'pks-testcfg-drop-gittest-dependency' into 'master'Pavlo Strokov
2023-01-13conflicts: Fix memory corruption in resolving conflictsStan Hu
2023-01-12testcfg: Convert callers of `BuildWithRepo()`Patrick Steinhardt
2022-12-15helper: Convert `ErrFailedPreconditionf()` callersPatrick 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-28gitaly-git2go: Fix cherry pick error checking testsJames Fargher
2022-10-14global: Reorder `testing.TB` before `context.Context` argumentsPatrick Steinhardt
2022-10-11Makefile: Upgrade libgit2 to v1.5.0Patrick 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-05lstree: Inject the object hash used to parse tree entriesPatrick 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-09Merge branch 'pks-user-squash-structured-errors' into 'master'John Cai
2022-03-07git2go: Add squash parameter to MergeCommandPiotr Stankowski
2022-03-07git2go: Add optional Committer to MergeCommandPiotr Stankowski
2022-03-01operations: Return error from UserSquash on conflictPatrick Steinhardt
2022-02-22gitaly-git2go: Send all errors over gobJames Fargher
2022-02-22gitaly-git2go: Hoist gob encoding for all sub-commandsJames Fargher
2022-02-22gitaly-git2go: Remove deprecated Error gob fieldJames Fargher
2022-02-11gitaly-git2go: Use both error fields in commit responseJames Fargher
2022-01-27Automatically clean up testhelper.ContextSami Hiltunen
2022-01-25Merge branch 'pks-libgit2-v1.3.0' into 'master'James Fargher
2022-01-24services: Inject Git2go executorPatrick Steinhardt
2022-01-24cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0Patrick Steinhardt
2022-01-21Merge branch 'git2go-logging' into 'master'Patrick Steinhardt
2022-01-18Merge branch 'enable_libgit2_fsync' into 'master'Sami Hiltunen
2022-01-18Merge branch 'ps-code-cleanup' into 'master'Toon Claes
2022-01-18gitaly-git2go: Enable git2go fsync for git objectsJames Fargher
2022-01-18gitaly-git2go: Ensure both subcommand result error fields are setJames Fargher
2022-01-18gitaly-git2go: Convert ConflictError to an actual errorJames Fargher
2022-01-14gitaly-git2go: Remove unused parameterPavlo Strokov
2022-01-11gittest: Provide helper function to create command factoriesPatrick Steinhardt
2022-01-05Merge branch 'pks-git-execution-environment-via-factory' into 'master'Patrick Steinhardt
2021-12-21git2go: Resolve Git binary path via command factoryPatrick Steinhardt
2021-12-20conflicts: Drop support of the JSON encoded flagPavlo Strokov
2021-12-20submodule: Drop support of the JSON encoded flagPavlo Strokov
2021-12-07git2go: Use gob for submodule sub-command invocationPavlo Strokov
2021-11-16Merge branch 'pks-commit-tree-entries' into 'master'Patrick Steinhardt
2021-11-12lint: Inline exceptions about missing documentationPatrick Steinhardt
2021-11-12lint: Clean up various exception for the errcheck linterPatrick Steinhardt
2021-11-10lstree: Convert tree entries to have typed object IDsPatrick Steinhardt
2021-11-09conflicts: Backwards compatibilityPavlo Strokov
2021-11-09git2go: Fix error codes for conflicts sub-commandPavlo Strokov