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-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
2020-12-15Update resolve conflict command to use gob over stdinPaul Okstad
2020-12-03git2go: Restrict number of computed virtual merge basesPatrick Steinhardt
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-25gitaly-git2go apply subcommandSami Hiltunen
2020-11-18refactor unimplemented repository out of git packageSami Hiltunen
2020-11-17testhelper: Have Configure() return cleanup functionPatrick Steinhardt
2020-11-17tests: Unify test setupPatrick Steinhardt
2020-11-11gitaly-git2go: switch revert command to use gob encodingJames Fargher
2020-11-10Port UserUpdateSubmodule to GoPaul Okstad
2020-11-04Resolve conflicts git2go subcommandPaul Okstad
2020-10-21add commit subcommand to gitaly-git2goSami Hiltunen
2020-10-16Merge branch 'git2go_revert' into 'master'Zeger-Jan van de Weg
2020-10-15git2go: Refactor conflict error handlingPatrick Steinhardt
2020-10-15git2go: Store conflict contents as bytesPatrick Steinhardt
2020-10-15git2go: Make conflict entry's modes availablePatrick Steinhardt
2020-10-14gitaly-git2go revert commandJames Fargher
2020-10-12git2go: Implement command to list merge conflictsPatrick Steinhardt
2020-10-12git2go: Serialize results directly into os.StdoutPatrick Steinhardt
2020-10-12git2go: Move generic functions into its own filePatrick Steinhardt
2020-09-21git2go: Add serialization tests merge commandPatrick Steinhardt
2020-09-21git2go: Pass author date to merge command as `time.Time`Patrick Steinhardt
2020-09-21git2go: Pass merge arguments via JSONPatrick Steinhardt