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
2023-09-17Fix when reference is missing branch nameAsh McKenzie
2023-09-06gittest: Create helper function to read symbolic referencesPatrick Steinhardt
2023-09-06gittest: Create helper function to read referencesPatrick Steinhardt
2023-07-06git: Drop `CheckRefNameFormat()`Patrick Steinhardt
2023-07-06git: Implement new function to validate reference namesPatrick Steinhardt
2023-06-30git: Use typed parameters for Reference constructorsPatrick Steinhardt
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-07-21git: Discern different types of internal referencesPatrick Steinhardt
2022-07-15objectpool: Move constant for object pool reference namespacesPatrick Steinhardt
2022-05-20Update go package name from v14 to v15John Cai
2022-05-16git: Sync internal namespaces with distros' settingsPatrick Steinhardt
2022-02-25git: Refactor CheckRefFormatJohn Cai
2022-02-23Drop bytes.Buffer assignments if output is intended to be ignoredblanet
2021-04-30git: Move list of internal ref namespaces to central locationPatrick Steinhardt
2021-03-11git: Drop `GlobalOption`s from `NewWithoutRepo()`Patrick Steinhardt
2021-02-11Replace usage of git.NewCommandWithoutRepo with factory methodPavlo Strokov
2021-02-01git: Remove dangerous NewBranchReferenceName functionPatrick Steinhardt
2021-01-29git: Implement NewReferenceFromBranchName functionPatrick Steinhardt
2021-01-14git: Drop `GetBranch()` function in favor of Reference helpersPatrick 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-14git: Rename SafeBareCmd() to NewCommandWithoutRepository()Patrick Steinhardt
2021-01-14git: Convert from SafeCmdWithoutRepo() to SafeBareCmd()Patrick Steinhardt
2021-01-08Git reference: add wrapper for "git check-ref-format"Ævar Arnfjörð Bjarmason
2020-09-10git: Introduce reading of referencesPatrick Steinhardt