Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • kn-fix-migration-context
  • sh-limit-praefect-connection-age
  • ec/raft-snapshotting-streaming
  • qmnguyen0711/backfill-missing-fsync-when-writing-manifest
  • qmnguyen0711/integrate-etcd-raft-with-transactions-v2
  • eju/gitaly/6506/6640/prepare-offloading
  • activate-bundle-uri-generation
  • jc/my-branch
  • mbayar/bump-minimum-go-version
  • 6270-restore-partition
  • 6628-persistent-routing-table
  • jliu/bump-module-version-to-v17
  • mb-fix-crypto-vuln
  • 17-7-stable protected
  • 17-8-stable protected
  • 17-9-stable protected
  • feat/repo-assignment-migration
  • gitaly-renovate-tools/golangci-lint/golang.org-x-tools-0.x
  • 6626-dry-run-reftable-migration-on-staging
  • v17.7.6 protected
  • v17.8.4 protected
  • v17.9.1 protected
  • v17.8.3 protected
  • v17.7.5 protected
  • v17.9.0 protected
  • v17.9.0-rc42 protected
  • v17.6.5 protected
  • v17.7.4 protected
  • v17.8.2 protected
  • v17.6.4 protected
  • v17.7.3 protected
  • v17.8.1 protected
  • v17.8.0 protected
  • v17.7.2 protected
  • v17.8.0-rc42 protected
  • v17.5.5 protected
  • v17.6.3 protected
  • v17.7.1 protected
  • v17.7.0 protected
40 results

remote_test.go

  • Pavlo Strokov's avatar
    25923c6b
    Removal of the git.NewCommand · 25923c6b
    Pavlo Strokov authored
    The change replaces all usages of the git.NewCommand
    function with git.CommandFactory.New method.
    The New method of the ExecCommandFactory changed to
    use newCommand method to execute git commands.
    The new parameter was added to some functions to pass
    git.CommandFactory down to the place where git.NewCommand
    was used before.
    
    Part of: #2699
    25923c6b
    History
    Removal of the git.NewCommand
    Pavlo Strokov authored
    The change replaces all usages of the git.NewCommand
    function with git.CommandFactory.New method.
    The New method of the ExecCommandFactory changed to
    use newCommand method to execute git commands.
    The new parameter was added to some functions to pass
    git.CommandFactory down to the place where git.NewCommand
    was used before.
    
    Part of: #2699
Code owners
Assign users and groups as approvers for specific file changes. Learn more.