PTU5KAS/kas
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
..
__init__.py __init__: Better support introspection 2018-12-07 09:56:09 +01:00
__main__.py Correct grammar, spelling and copyright year in files 2018-09-05 12:46:35 +02:00
__version__.py config: Allow a default refspec to be specified 2020-07-07 11:48:08 +02:00
build.py Fix flake8 style reports 2020-06-17 08:09:14 +02:00
config.py config: Allow a default refspec to be specified 2020-07-07 11:48:08 +02:00
configschema.py config: Allow a default repo to be specified for patches 2020-07-07 11:48:47 +02:00
context.py kas: Support --update argument 2020-06-17 07:58:40 +02:00
includehandler.py kas: support .yaml extension 2020-07-24 18:44:45 +02:00
kas.py kas: Support --update argument 2020-06-17 07:58:40 +02:00
libcmds.py Fix flake8 style reports 2020-06-17 08:09:14 +02:00
libkas.py Address deprecated warnings with Python 3.8 2020-01-09 11:53:29 +01:00
repos.py repos: GitRepo fetch_cmd shouldn't default to "git fetch --all" 2020-07-27 08:21:28 +02:00
shell.py context: Store arguments in global context 2020-06-17 07:58:27 +02:00