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-16Merge branch 'ps-rm-config-ssh' into 'master'Zeger-Jan van de Weg
2021-03-11Removal of Cfg.Git.BinPath from CreateRemoteBranchPavlo Strokov
2021-03-11accept multiple patterns in GetReferencesSami Hiltunen
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-09catfile: Convert ObjectInfo to use typed OIDPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move branch helpers into `gittest`Patrick Steinhardt
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-18Make CreateRemoteBranch dependent on provided git binPavlo Strokov
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-11tests: Convert code to use `localrepo.ReadCommit()`Patrick Steinhardt
2021-02-11gitaly: Convert production code to use `localrepo.ReadCommit()`Patrick Steinhardt
2021-02-11Break dependency on config.Config in refPavlo Strokov
2021-02-05Injection of the git.CommandFactory into updateref packagePavlo Strokov
2021-02-05Injection of the git.CommandFactory into ref packagePavlo Strokov
2021-02-03Injection of the git.CommandFactory into catfile packagePavlo Strokov
2021-02-03Removal of unused storage.LocatorPavlo Strokov
2021-02-02Merge branch 'pks-tx-apply-gitattributes' into 'master'Paul Okstad
2021-02-01ref: Fix FindRef RPC confusing reference namesPatrick Steinhardt
2021-01-29hook: Dependency-inject transaction managerPatrick Steinhardt
2021-01-26git: Move LocalRepository implementation into its own packagePatrick 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 well-known OIDs to ObjectIDsPatrick Steinhardt
2021-01-19git: rename ValidateCommitIDPatrick Steinhardt
2021-01-18Broke dependency of updateref on config.ConfigPavlo Strokov
2021-01-14git: Drop `GetBranch()` function in favor of Reference helpersPatrick Steinhardt
2021-01-14log: Convert interface to accept RevisionsPatrick Steinhardt
2021-01-14catfile: Convert interface to accept RevisionsPatrick Steinhardt
2021-01-14updateref: Convert interface to accept ReferenceNamesPatrick Steinhardt
2021-01-14ref: Convert refsToRemove() to return ReferenceNamesPatrick Steinhardt
2021-01-14git: Convert UpdateRef() to accept a ReferenceNamePatrick Steinhardt
2021-01-14git: Convert Reference.Name field to the ReferenceName typePatrick Steinhardt
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2021-01-06testhelper: Accept `testing.TB` when starting the serverPatrick Steinhardt
2020-12-17Merge branch 'pks-ref-delete-refactoring' into 'master'Patrick Steinhardt
2020-12-16ref: Use repository abstraction to list existing referencesPatrick Steinhardt
2020-12-16ref: Preallocate arrays to avoid needless reallocationsPatrick Steinhardt
2020-12-16Break dependency of the catfile on global config.ConfigPavlo Strokov
2020-12-15git: Use interface-specific functions to build argumentsPatrick Steinhardt
2020-12-03Inject locator into Hook manager to resolve repository pathPavlo Strokov
2020-12-02Merge branch 'pks-testhelper-organization' into 'master'James Fargher
2020-12-01Merge branch 'tracing-instrument-batch' into 'master'Sami Hiltunen
2020-11-30testhelper: Unify commit helpers into a single filePatrick Steinhardt
2020-11-30ref: Replace usage of `testhelper.CreateLooseRef()`Patrick Steinhardt
2020-11-30testhelper: Replace getting refs with `internal/git`Patrick Steinhardt
2020-11-29Removal of command.GitPath()Pavlo Strokov
2020-11-26Extract catfile.Batch interfaceIgor Wiedler