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-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
2021-05-11Replace MustRunCommand with gittest.Exec in gitaly-git2goPavlo Strokov
2021-05-05localrepo: Provide test helper to construct reposPatrick Steinhardt
2021-04-29Replace MustRunCommand with Exec in initRepoAtPavlo Strokov
2021-04-27operations: Allow rebase onto remote revisionToon Claes
2021-04-27gitaly-git2go: Rebase ignores merges from upstreamToon Claes
2021-04-27gitaly-git2go: Test a few rebase error examplesToon Claes
2021-04-27gitaly-git2go: Rebase skips commits upstream hasToon Claes
2021-04-27gitaly-git2go: Rebase merged branch is fastforwardToon Claes
2021-04-27gitaly-git2go: Don't rebase when already at tipToon Claes
2021-04-27gitaly-git2go: Implement rebase in gitaly-git2goToon Claes
2021-04-22Merge branch 'pks-go-resolve-conflicts-incompat-pt2' into 'master'Sami Hiltunen
2021-04-22conflict: Convert parser to accept conflict entriesPatrick Steinhardt
2021-04-22gitaly-git2go: Split out reading of conflict entriesPatrick Steinhardt
2021-04-22conflicts: Fix segfault in case unresolved conflicts have no ancestorPatrick Steinhardt
2021-04-21gitaly-git2go: trim down lookup commit errorsJames Fargher
2021-04-19testhelper: Check return value of `treebuilder.Insert()`Patrick Steinhardt
2021-04-12conflicts: Raise error message if resolution is the same as contentsPatrick Steinhardt
2021-04-07Merge branch 'fix_double_revert' into 'master'Ævar Arnfjörð Bjarmason
2021-04-06operations: do not allow empty revertsJames Fargher
2021-04-05Remove config.Config from gitaly-git2go packagePavlo Strokov
2021-03-25gitaly-git2go: Ignore nsecs and timezone in testsToon Claes
2021-03-23gitaly-git2go: Return empty error when no changesToon Claes
2021-03-23gitaly-git2go: Preserve cherry-pick authorToon Claes
2021-03-23gitaly-git2go: Mandatory cherrypick committer dateToon Claes
2021-03-23git2go: Rename CherryPickCmd author to committerToon Claes
2021-03-10git2go: Convert commands to return OIDsPatrick Steinhardt
2021-03-05Update rugged, libgit2 and git2go to 1.1Pirate Praveen
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov