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
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
2021-11-09git2go: Fix error type checkPavlo Strokov
2021-11-09git2go: Use gob for conflicts sub-command invocationPavlo Strokov
2021-10-26testhelper: Move build helpers into the testcfg packagePatrick Steinhardt
2021-10-21gitaly-git2go/commit: Revert validation for existing target pathsPatrick Steinhardt
2021-10-18Merge branch 'pks-libgit2-v1.2.0' into 'master'Toon Claes
2021-10-14git2go: Replace deprecated use of error codes and classesPatrick Steinhardt
2021-10-14Upgrade libgit2 to v1.2.0Patrick Steinhardt
2021-10-12gitaly-git2go: Add dir validation in creating and moving fileblanet
2021-10-07testhelper: Unify setup of test suitesPatrick Steinhardt
2021-09-23Merge branch 'pks-operations-drop-git2go-merge-gob-ff' into 'master'James Fargher
2021-09-21operations: Always return structured errors from Git2Go mergesPatrick Steinhardt
2021-09-21gitaly-git2go: Remove "set-config" subcommandPatrick Steinhardt
2021-09-20global: Replace deprecated usage of `ioutil.TempDir()`Patrick Steinhardt
2021-09-01global: Support Go-1.17-style build tagsPatrick Steinhardt
2021-08-31global: Reformat sources with gofumptPatrick Steinhardt
2021-08-30gitaly-git2go: Return structured conflict error on merge conflictPatrick Steinhardt
2021-08-30git2go: Support driving merge command via gobPatrick Steinhardt
2021-08-30gitaly-git2go: Support gob in the merge subcommandPatrick Steinhardt
2021-08-30gitaly-git2go: Fix merge response always going to stdoutPatrick Steinhardt
2021-08-30gitaly-git2go: Split merge code into runner and actual logicPatrick 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-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-08-09lint: Handle error returned by os.RemoveAllPavlo Strokov
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-07-28git2go: rebase: Allow passing object IDsPatrick Steinhardt
2021-07-28helper: Fix name of `ErrPreconditionFailed{,f}()`Patrick Steinhardt
2021-07-20gitaly-git2go: Honor environment variables when opening reposPatrick 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 submodule on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement revert on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement rebase on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement conflicts on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement cherry-pick on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement merge on top of the executorPatrick Steinhardt
2021-07-12Fix instantiation of the structs with fields assignmentPavlo Strokov
2021-07-05SetConfig: implemented config setting using git2goivanbukhtiyarov
2021-06-15Add version suffix to gitaly-git2go binaryPavlo Strokov
2021-06-08Auto-resolve other conflict scenarios when AllowConflicts is truePatrick Bajao
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-17TestUser moved into the gittest packagePavlo Strokov