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-11replace existing isAncestor implementations with local repo's oneSami Hiltunen
2021-03-11Removal of Cfg.Git.BinPath from RequireTreePavlo Strokov
2021-03-11git: Drop `GlobalOption`s from `New()`Patrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithDir()`Patrick Steinhardt
2021-03-11global: Convert to use `NewWithDir()`Patrick Steinhardt
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-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-05operations: Fix deletion of branches with `refs/heads` prefixPatrick Steinhardt
2021-03-01testhelper: Move repository helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move hook helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move tree helpers into `gittest`Patrick Steinhardt
2021-03-01testhelper: Move commit helpers into `gittest`Patrick Steinhardt
2021-02-25Use git.ZeroOID instead of hardcoded "00000000..."Ævar Arnfjörð Bjarmason
2021-02-23featureflag: Remove UserFFBranch feature gateZeger-Jan van de Weg
2021-02-21Removal of config.Config from the buildCommandPavlo Strokov
2021-02-19fix UserCommitFiles index error handlingSami Hiltunen
2021-02-19Merge branch 'pks-operations-user-commit-files-update-ref-err' into 'master'Paul Okstad
2021-02-18Make RequireTree dependent on provided git binPavlo Strokov
2021-02-18operations: Return proper code if updating ref in UserCommitFiles racesPatrick Steinhardt
2021-02-17Implement UserCherryPick in GoToon Claes
2021-02-17Introduce requestFetchingStartRevision interfaceToon Claes
2021-02-17Rename RevertConflictError to HasConflictsErrorToon Claes
2021-02-17Add test for UserCherryPick with merge commitToon Claes
2021-02-17Add test for UserCherryPick with conflict errorToon Claes
2021-02-17Add feature flag for GoUserCherryPickToon Claes
2021-02-17Rename UserCherryPick test functionsToon Claes
2021-02-17Use testhelper.ProtoEqual to compare commitsToon Claes
2021-02-16Merge branch 'ps-rubyserver-config' into 'master'Paul Okstad
2021-02-16Merge branch 'pks-hooks-requested-hook-bitmap' into 'master'Paul Okstad
2021-02-16Merge branch 'pks-operations-manual-reftx-hook-only' into 'master'Patrick Steinhardt
2021-02-16operations: Fix transactions when deleting refsPatrick Steinhardt
2021-02-13Gitaly-ruby server should not depend on the global statePavlo Strokov
2021-02-12DI git.CommandFactory into localrepo.RepoPavlo Strokov
2021-02-12gitaly: Set up requested hooks bitmapPatrick Steinhardt
2021-02-11Merge branch 'ps-replace-git-cmd-without-repo' into 'master'Christian Couder
2021-02-11Add pass-through PackObjectsHook RPCJacob Vosmaer
2021-02-11Replace usage of git.NewCommandWithoutRepo with factory methodPavlo Strokov
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-09Usage of the git.CommandFactory in operations packagePavlo Strokov