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-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: Drop unused SafeCmdWithoutRepo() functionPatrick Steinhardt
2021-01-14git: Drop unused env parameter for SafeBareCmd()Patrick Steinhardt
2021-01-14git: Drop unused SafeCmdWithEnv() functionPatrick Steinhardt
2021-01-06git: Change order of precedence for global optionsPatrick Steinhardt
2020-12-16git: Allow ConfigPair to be used as GlobalOptionPatrick Steinhardt
2020-12-16git: Extend SafeCmd tests to test GlobalOptionPatrick Steinhardt
2020-12-15git: Convert SubSubCmd from an Option to a CmdPatrick Steinhardt
2020-12-15git: Use interface-specific functions to build argumentsPatrick Steinhardt
2020-12-15git: Disambiguate global and command optionsPatrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeBareCmd`Patrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeBareCmdInDir`Patrick Steinhardt
2020-12-15git: Drop `CmdStream` parameter from `SafeCmdWithoutRepo`Patrick Steinhardt
2020-12-15git: Unsplit safecmd test packagePatrick Steinhardt
2020-11-26git: Convert tests to use proper git commandsPatrick Steinhardt
2020-11-26git: Have `WithRefTxHook()` setup hooks pathPatrick Steinhardt
2020-11-20git: Allow command options for repo-less SafeCmdsPatrick Steinhardt
2020-11-20git: Use subtests for validating SafeCmd optionsPatrick Steinhardt
2020-11-12Add and remove ref hooks as neededPaul Okstad
2020-10-20Extending of git.Repository interfacePavlo Strokov
2020-10-20Removal of redundant codePavlo Strokov
2020-10-15Port UserSquash to GoPavlo Strokov
2020-09-15Export GL_REPOSITORY and GL_PROJECT_PATH in `git archive` callStan Hu
2020-09-07gitaly: Move Gitaly-specific code into `internal/gitaly`Patrick Steinhardt
2020-08-06Feature flags enabling for tests.Pavlo Strokov
2020-07-06Add field name for git.FlagZeger-Jan van de Weg
2020-05-22Add end-of-options to supported commandsPaul Okstad
2020-05-05git: convert `SafeBareCmd` to take streams via `CmdStream`Patrick Steinhardt
2020-04-29git: Wire up standard streams for `SafeCmdWithoutRepo()`Patrick Steinhardt
2020-04-23Custom error replacementPavlo Strokov
2020-01-23Disable git command in unit test TestSafeCmdValidPaul Okstad
2020-01-21Change testRodrigo Villablanca
2019-09-25ConfigPair option for DSLPaul Okstad
2019-09-19Nested command for DSLPaul Okstad
2019-09-18Git command DSLPaul Okstad