Nathan Genetzky 0e7c32cc79 repos: GitRepo fetch_cmd shouldn't default to "git fetch --all"
The fetch() method for git will call git fetch --all ; this causes
issues when user has multiple remotes. We are able to simply call
'fetch' because by default the origin remote will be used.

From git help fetch:

> When no remote is specified, by default the origin remote will be
used, unless there's an upstream branch configured for the current
branch.

Signed-off-by: Nathan Genetzky <nathan@genetzky.us>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
2020-07-27 08:21:28 +02:00
..
2020-06-17 08:09:14 +02:00
2020-06-17 07:58:40 +02:00
2020-07-24 18:44:45 +02:00
2020-06-17 07:58:40 +02:00
2020-06-17 08:09:14 +02:00