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-14hooks: Override the user agent to Gitalyzj-set-user-agent-hook-api-callsZeger-Jan van de Weg
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-13Merge branch 'ps-enable-reads-distr' into 'master'Zeger-Jan van de Weg
2021-01-13Merge branch 'avar/go-user-delete-branch-and-tag-by-default' into 'master'Patrick Steinhardt
2021-01-13Merge branch 'sh-fix-merge-internal-allowed-failure' into 'master'Paul Okstad
2021-01-13Merge branch 'pks-testhelper-errorlint' into 'master'James Fargher
2021-01-12Update VERSION filesv13.8.0-rc2GitLab Release Tools Bot
2021-01-12Merge branch 'add-tags-updated-to-fetch-remote' into 'master'Toon Claes
2021-01-12Enable feature flag go_user_delete_{branch,tag} by defaultÆvar Arnfjörð Bjarmason
2021-01-12operations: Fix internal API errors not being passed back to UserMergeBranchPatrick Steinhardt
2021-01-12operations: Move `hookErrorFromStdoutAndStderr()` to where it's usedPatrick Steinhardt
2021-01-12testhelper: Deindent block after returnPatrick Steinhardt
2021-01-12testhelper: Add missing documentation of public symbolsPatrick Steinhardt
2021-01-12testhelper: Check errors in testserver handlersPatrick Steinhardt
2021-01-12testhelper: Wrap error message to silence a linting issuePatrick Steinhardt
2021-01-12testhelper: Use test directory to create temporary filesPatrick Steinhardt