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-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
2021-02-17Rename RevertConflictError to HasConflictsErrorToon Claes
2021-02-17Add method to run gitaly-git2go with gob-encodedToon Claes
2021-02-17Move ErrInvalidArgument to a more common placeToon Claes
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-01-26git: Move LocalRepository implementation into its own packagePatrick Steinhardt
2021-01-26git2go: Implement handling of AllowConflicts for UserMergeToRefPatrick Steinhardt
2021-01-19git: Pass Gitaly config when creating new repositoriesPatrick Steinhardt
2020-12-17golangci: Do not use default excludesPatrick Steinhardt