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-cleanup' into 'master'Toon Claes
2021-03-16ssh: Fix semantic merge conflict with testcfg changesPatrick Steinhardt
2021-03-16Merge branch 'ps-rm-config-ssh' into 'master'Zeger-Jan van de Weg
2021-03-16Merge branch 'ps-rm-config-blob' into 'master'Zeger-Jan van de Weg
2021-03-15Reduce code duplication in response consumingPavlo Strokov
2021-03-15Removal of the config.Config from commit packagePavlo Strokov
2021-03-15Removal of the config.Config from cleanup packagePavlo Strokov
2021-03-15Removal of the config.Config from blob packagePavlo Strokov
2021-03-15replace testhelper.Deferrer with t.CleanupSami Hiltunen
2021-03-15Merge branch 'pks-repository-optimize-housekeeping' into 'master'James Fargher
2021-03-15Merge branch 'ps-rm-config-objectpool' into 'master'James Fargher
2021-03-12Merge branch 'jv-pack-objects-variables' into 'master'Pavlo Strokov
2021-03-12Merge branch 'smh-is-ancestor' into 'master'zj-testPaul Okstad
2021-03-12Removal of the config.Config from objectpool packagePavlo Strokov
2021-03-11Merge branch 'smh-multiple-patterns' into 'master'Pavlo Strokov
2021-03-11Merge branch 'pks-blob-lfs-catfile-buffering' into 'master'Pavlo Strokov
2021-03-11replace existing isAncestor implementations with local repo's oneSami Hiltunen
2021-03-11Removal of the config.Config var from ssh packagePavlo Strokov
2021-03-11Removal of Cfg.Git.BinPath from RequireTreePavlo Strokov
2021-03-11Removal of Cfg.Git.BinPath from CreateRemoteBranchPavlo Strokov
2021-03-11Naming: use "eviction" instead of "expiry"Jacob Vosmaer
2021-03-11housekeeping: Move cleanup of empty refs into housekeepingPatrick Steinhardt
2021-03-11housekeeping: Move cleanup of git config into housekeepingPatrick Steinhardt
2021-03-11repository: Perform housekeeping tasks in `OptimizeRepository()`Patrick Steinhardt
2021-03-11housekeeping: Perform housekeeping on `localrepo`sPatrick Steinhardt
2021-03-11repository: Replace custom config code with `localrepo.Config`Patrick Steinhardt
2021-03-11repository: Pass down localrepo when cleaning reposPatrick Steinhardt
2021-03-11repository: Extend race window between ref creation and optimizationPatrick Steinhardt
2021-03-11repository: Fix cleanups not running if there is no bitmapPatrick Steinhardt
2021-03-11locator: Return proper error code if repo paths do not existPatrick Steinhardt
2021-03-11accept multiple patterns in GetReferencesSami Hiltunen
2021-03-11blob: Enable use of bitmap indices when searching LFS pointersPatrick Steinhardt
2021-03-11blob: Buffer output of git-catfile to speed up reading LFS pointersPatrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithDir()`Patrick Steinhardt
2021-03-11localrepo: Drop `GlobalOption`s from `Exec()` and `ExecAndWait()`Patrick Steinhardt
2021-03-11localrepo: Convert `FetchOpts` to accept command optionsPatrick Steinhardt
2021-03-11global: Convert to use `WithConfig()`Patrick Steinhardt
2021-03-11global: Convert to use `NewWithDir()`Patrick Steinhardt
2021-03-11hook: Convert pack-objects hook to use `WithGlobalOption()`Patrick Steinhardt
2021-03-11git: Convert `ConvertGlobalOptions()` to return command optionsPatrick Steinhardt
2021-03-11Merge branch 'jv-packobjects-cache' into 'master'Paul Okstad
2021-03-10Use streamcache in PackObjectsHookJacob Vosmaer
2021-03-10operations: Use proper types for `updateReferenceWithHooks()`Patrick Steinhardt
2021-03-10localrepo: Return `git.ObjectID` from `WriteTag()`Patrick Steinhardt
2021-03-10operations: Use proper types for `isAncestor()`Patrick Steinhardt
2021-03-10git2go: Convert commands to return OIDsPatrick Steinhardt
2021-03-10operations: Pass down `localrepo.Repo` into `fetchMissingCommit()`Patrick Steinhardt
2021-03-10operations: Use proper types for `fetchStartRevision()`Patrick Steinhardt