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-01-14Merge branch 'pks-cache-locator' into 'master'Toon Claes
2021-01-14Merge remote-tracking branch 'dev/master'GitLab Release Tools Bot
2021-01-14Merge branch 'ps-drop-assignemnts-column' into 'master'Sami Hiltunen
2021-01-14cache: Use locator to resolve storage locationsPatrick Steinhardt
2021-01-14cache: Make locator available to the LeaseKeyerPatrick Steinhardt
2021-01-14cache: Introduce a constructor for the LeaseKeyer structPatrick Steinhardt
2021-01-14cache: Use proper error wrappingPatrick Steinhardt
2021-01-14smarthttp: Get rid of global inforef cachePatrick Steinhardt
2021-01-14featureflag: Enable Go implementation of FetchSourceBranch by defaultPatrick Steinhardt
2021-01-14conflicts: Drop Ruby implementation of ListConflictsFilesPatrick Steinhardt
2021-01-14objectpool: Count normal references when collecting statsPatrick Steinhardt
2021-01-14objectpool: Count dangling references by going over all refsPatrick Steinhardt
2021-01-14objectpool: Fix counting of dangling referencesPatrick Steinhardt
2021-01-14repository: Silence progress meter of FetchSourceBranchPatrick Steinhardt
2021-01-14Merge branch 'pks-git-revs-refs' into 'master'Patrick Steinhardt
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-14git: Rename ContainsRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14git: Rename ResolveRefish() and have it accept a RevisionPatrick Steinhardt
2021-01-14updateref: Convert interface to accept ReferenceNamesPatrick Steinhardt
2021-01-14ref: Convert refsToRemove() to return ReferenceNamesPatrick Steinhardt
2021-01-14internalrefs: Convert lookup table to return ReferenceNamesPatrick Steinhardt
2021-01-14git: Convert UpdateRef() to accept a ReferenceNamePatrick Steinhardt
2021-01-14git: Convert GetReference() to accept a ReferenceNamePatrick Steinhardt
2021-01-14git: Convert Reference.Name field to the ReferenceName typePatrick Steinhardt
2021-01-14git: Introduce new Revision and ReferenceName typesPatrick Steinhardt
2021-01-14Merge branch 'pks-git-command-consolidation' into 'master'Patrick Steinhardt
2021-01-14git: Check for errors returned by `os.Setenv()`Patrick Steinhardt
2021-01-14git: Document public symbolsPatrick Steinhardt
2021-01-14git: Rename files which implement commandsPatrick Steinhardt
2021-01-14git: Rename SafeCmd() to NewCommand()Patrick Steinhardt
2021-01-14git: Rename SafeBareCmd() to NewCommandWithoutRepository()Patrick Steinhardt
2021-01-14git: Rename SafeBareCmdInDir() to NewCommandWithDir()Patrick Steinhardt
2021-01-14git: Drop unused SafeStdinCmd() functionPatrick Steinhardt
2021-01-14git: Convert SafeStdinCmd() invocation to use WithStdin()Patrick Steinhardt
2021-01-14git: Drop unused SafeCmdWithoutRepo() functionPatrick Steinhardt
2021-01-14git: Convert from SafeCmdWithoutRepo() to SafeBareCmd()Patrick Steinhardt
2021-01-14git: Drop unused env parameter for SafeBareCmd()Patrick Steinhardt
2021-01-14git: Convert SafeBareCmd() invocations to use WithEnv()Patrick Steinhardt
2021-01-14git: Drop unused SafeCmdWithEnv() functionPatrick Steinhardt
2021-01-14git: Convert SafeCmdWithEnv() invocations to use WithEnv()Patrick Steinhardt
2021-01-14git: Add new WithEnv() optionPatrick Steinhardt
2021-01-14git: Convert needless use of `SafeBareCmd`Patrick Steinhardt
2021-01-14ssh: Drop unused envvar parameter for monitorStdinCommandPatrick Steinhardt
2021-01-14repository: Use `SafeCmdWithEnv()` to check for valid repositoriesPatrick Steinhardt
2021-01-14Merge branch 'pks-user-ff-branch-ambiguous-ref' into 'master'Christian Couder
2021-01-14Merge branch 'po-fix-resolve-conflicts-file-limit' into 'master'James Fargher
2021-01-14Fix ResolveConflicts file limit errorPaul Okstad
2021-01-13Update CHANGELOG.md for 13.5.7GitLab Release Tools Bot