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-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-01-29Merge branch 'ps-git-cmd-factory-repository' into 'master'Toon Claes
2021-01-28Replacement of the git.NewCommandWithoutRepo in repository packagePavlo Strokov
2021-01-26git: Move LocalRepository implementation into its own packagePatrick Steinhardt
2021-01-25featureflag: Remove GoFetchSourceBranch feature flagPatrick Steinhardt
2021-01-19git: Pass Gitaly config when creating new repositoriesPatrick Steinhardt
2021-01-19git: Convert UpdateRef to accept properly typed argumentsPatrick Steinhardt
2021-01-19git: Convert ResolveRevision to return an ObjectIDPatrick Steinhardt
2021-01-18Reduce dependency of the upload-pack on config.ConfigPavlo Strokov
2021-01-14repository: Silence progress meter of FetchSourceBranchPatrick Steinhardt
2021-01-14git: Rename ContainsRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14git: Rename ResolveRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14git: Convert UpdateRef() to accept a ReferenceNamePatrick Steinhardt
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2021-01-14git: Convert SafeCmdWithEnv() invocations to use WithEnv()Patrick Steinhardt
2021-01-07repository: Skip fetch if the object exists alreadyPatrick Steinhardt
2021-01-07repository: Don't fetch if source and target repo are the samePatrick Steinhardt
2021-01-07repository: Split fetching objects and updating referencePatrick Steinhardt
2021-01-07repository: Use `SafeCmdWithEnv` instead of `SafeBareCmd`Patrick Steinhardt
2020-12-15git: Disambiguate global and command optionsPatrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeBareCmd`Patrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-11-06Merge branch 'ps-locator-for-ruby-set-header' into 'master'Toon Claes
2020-11-04Resolve dependency on global state in rubyserver.SetHeadersPavlo Strokov
2020-11-04Resolve conflicts git2go subcommandPaul Okstad
2020-10-16Introduce Locator abstraction to repository servicePavlo Strokov
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt