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-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-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-30git2go: Allow registration of gob types with slicesPatrick Steinhardt
2021-08-18gitaly-git2go: Support skipping empty rebased commitsPatrick Steinhardt
2021-08-12testhelper: Rename `ConfigureGitalyGit2GoBin()`Patrick Steinhardt
2021-08-05gittest: Merge initialization of repos into a single functionPatrick Steinhardt
2021-07-29Merge branch 'ps-gitalygit2go-path-resolution' into 'master'Toon Claes
2021-07-28git2go: rebase: Allow passing object IDsPatrick Steinhardt
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: Unify all serialization-related codePatrick Steinhardt
2021-07-20git2go: Implement submodule on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement set-config on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement revert on top of the executorPatrick Steinhardt
2021-07-20git2go: Implement resolve-conflicts 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-20git2go: Pass binary path to runWithGobPatrick Steinhardt
2021-07-20git2go: Convert executor to receive `config.Cfg` as inputPatrick Steinhardt
2021-07-05SetConfig: implemented config setting using git2goivanbukhtiyarov
2021-06-15Add version suffix to gitaly-git2go binaryPavlo Strokov
2021-05-27Create module v14 gitaly versionPavlo Strokov
2021-05-11Replace MustRunCommand with gittest.Exec in git2goPavlo Strokov
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-04-29Replace MustRunCommand with Exec in RequireTreePavlo Strokov
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-27operations: Allow rebase onto remote revisionToon Claes
2021-04-27gitaly-git2go: Implement rebase in gitaly-git2goToon Claes
2021-04-19git2go: Explicitly ignore `CloseWithError()` return valuePatrick Steinhardt
2021-04-05Remove config.Config from git2go packagePavlo Strokov
2021-03-23gitaly-git2go: Return empty error when no changesToon Claes
2021-03-23git2go: Rename CherryPickCmd author to committerToon Claes
2021-03-11Removal of Cfg.Git.BinPath from RequireTreePavlo Strokov
2021-03-10git2go: Convert commands to return OIDsPatrick Steinhardt
2021-03-09localrepo: Use ObjectIDs when reading/writing git objectsPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move tree helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-19fix UserCommitFiles index error handlingSami Hiltunen
2021-02-18Make RequireTree dependent on provided git binPavlo Strokov
2021-02-17Implement UserCherryPick in GoToon Claes