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-12Merge branch 'smh-is-ancestor' into 'master'zj-testPaul Okstad
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-11Merge branch 'pks-blob-lfs-use-bitmap-index' into 'master'Pavlo Strokov
2021-03-11replace existing isAncestor implementations with local repo's oneSami Hiltunen
2021-03-11add IsAncestor to localrepoSami Hiltunen
2021-03-11accept multiple patterns in GetReferencesSami Hiltunen
2021-03-11blob: Enable use of bitmap indices when searching LFS pointersPatrick Steinhardt
2021-03-11Makefile: Fix benchmarking repository's URLPatrick Steinhardt
2021-03-11Merge branch 'pks-git-drop-global-options' into 'master'Toon Claes
2021-03-11Merge branch 'jv-pack-objects-flags' into 'master'Sami Hiltunen
2021-03-11Merge branch 'smh-fix-flaky-test-elector-retry' into 'master'Patrick 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-11git: Add new `WithGlobalOption()` optionPatrick Steinhardt
2021-03-11git: Add new `WithConfig()` optionPatrick Steinhardt
2021-03-11fix flaky TestPerRepositoryElector_RetrySami Hiltunen
2021-03-11Merge branch 'jv-packobjects-cache' into 'master'Paul Okstad
2021-03-11Merge branch 'pks-operations-typing' into 'master'James Fargher
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
2021-03-10operations: Use proper types for `fetchMissingCommit()`Patrick Steinhardt
2021-03-10operations: Use proper types for `resolveParentCommit()`Patrick Steinhardt
2021-03-10Treat git-pack-objects as command that generates packfilesJacob Vosmaer
2021-03-09Merge branch 'sh-valid-lfs-smudge-oid' into 'master'Pavlo Strokov
2021-03-09Merge branch 'pks-git-smallish-refactorings' into 'master'Christian Couder
2021-03-09Merge branch 'pks-repo-fetch-remote-drop-name' into 'master'Toon Claes
2021-03-09catfile: Rename `returnWhenDone` to clarify its meaningPatrick Steinhardt
2021-03-09catfile: Remove typoed characterPatrick Steinhardt
2021-03-09localrepo: Use ObjectIDs when reading/writing git objectsPatrick Steinhardt
2021-03-09localrepo: Accept ObjectID types when creating tagsPatrick Steinhardt
2021-03-09catfile: Convert ObjectInfo to use typed OIDPatrick Steinhardt
2021-03-09catfile: Rename files to better match their contentsPatrick Steinhardt
2021-03-09catfile: Rename `batchCheck` to `batchCheckProcess`Patrick Steinhardt
2021-03-09Merge branch 'pks-go-lfs-pointers-default-enable' into 'master'Pavlo Strokov
2021-03-09featureflag: Enable Go port of Get{All,}LFSPointersPatrick Steinhardt
2021-03-09Merge branch 'jv-sideband-writer' into 'master'Sami Hiltunen