Skip to content

Extending of git.Repository with fetch command

Pavlo Strokov requested to merge ps-repository-fetch-cmd into master

In order to support migration of functionality from Ruby to Go implementation it makes sense to extend existing git.Repository interface with new methods in order to re-use them during code porting. This change adds partial implementation of the git fetch sub-command. Currently it is used only in tests, but would be in use in the future to omit code duplication.

Part of: #1466 (closed)

Merge request reports