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
2024-01-17fix: Fix a collection of typos found by typos-cliXing Xin
2022-12-14git: Rename `SubCmd` structure to `Command`Patrick Steinhardt
2022-12-14git: Remove unneeded `Subcommand` functionPatrick Steinhardt
2022-12-14git: Remove `git.Cmd` interfacePatrick Steinhardt
2022-12-14git: Drop `SubSubCmd` structurePatrick Steinhardt
2022-12-14git: Improve documentation of the `SubCmd` structurePatrick Steinhardt
2021-03-31git: Move invalid commands metric into into command factoryPatrick Steinhardt
2021-03-29git: Move argument assembly into command descriptionPatrick Steinhardt
2021-03-29git: Rename `gitCommand` to `commandDescription`Patrick Steinhardt
2021-03-29git: Split command options into separate filePatrick Steinhardt
2021-03-11global: Convert to use `WithConfig()`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-02-16Removal of git.NewCommandPavlo Strokov
2021-02-11Replace usage of git.NewCommandWithoutRepo with factory methodPavlo Strokov
2021-02-03git: Relax hook checks to allow hooks for non-modifying commandsPatrick Steinhardt
2021-01-21Migration of the NewCommandWithDir func into a factory methodPavlo Strokov
2021-01-21Rename of the CommandFactory as it is needed as an interfacePavlo Strokov
2021-01-19git: Make dependency on config explicit when creating CommandFactoriesPatrick Steinhardt
2021-01-19git: Pass arguments and options to `newCommand()`Patrick Steinhardt
2021-01-19git: Drop unsafe commandsPatrick Steinhardt
2021-01-14git: Document public symbolsPatrick Steinhardt
2021-01-14git: Rename files which implement commandsPatrick Steinhardt
2021-01-14git: Drop unused SafeStdinCmd() functionPatrick Steinhardt
2021-01-14git: Drop unused SafeCmdWithEnv() functionPatrick Steinhardt
2020-12-15git: Make `CmdStream` package-internalPatrick Steinhardt
2020-12-09Merge branch 'cgroups-impl' into 'master'Patrick Steinhardt
2020-12-09Add initial implementation of spawning git inside cgroupsAhmad Sherif
2020-12-04Refactor alternates package to deprecate helper.GetRepoPathPavlo Strokov
2020-11-29Make config.Cfg accessible to SafeCmd and others.Pavlo Strokov
2020-11-26git: Inline `unsafeBareCmdWithoutRepo()`Patrick Steinhardt
2020-10-20Removal of redundant codePavlo Strokov
2020-10-15Port UserSquash to GoPavlo Strokov
2020-10-12add WriteBlob and CatFile to repositorySami Hiltunen
2020-10-06Make format to resolve verify errorPaul Okstad
2020-09-15Export GL_REPOSITORY and GL_PROJECT_PATH in `git archive` callStan Hu
2020-04-29git: Wire up standard streams for `SafeCmdWithoutRepo()`Patrick Steinhardt
2020-04-29git: Introduce new `CmdStream` structurePatrick Steinhardt
2020-01-24Unexport dangerous command functionsPaul Okstad
2019-09-13Add dedicated CI job for deprecation warningsPaul Okstad
2018-12-06Allow commands to be written to via their stdinNick Thomas
2018-11-27Allow git.Command to receive an GitRepo interfaceZeger-Jan van de Weg
2018-10-16Standardize git command invocationAlejandro Rodríguez
2018-10-11Force english output on git commandsAlejandro Rodríguez
2018-10-04Rename gitaly proto import to gitalypbZeger-Jan van de Weg
2018-03-23Server implementation FindRemoteRepositoryZeger-Jan van de Weg
2017-12-04Fix commit message encoding and support alternates in CatFileJacob Vosmaer (GitLab)
2017-10-10Use relative paths for git object dir attributesAhmad Sherif
2017-09-20Change how we set git object dir attributesAhmad Sherif