Add a configuration variable to control git arguments (fix #193)

This commit is contained in:
Roey Darwish Dror
2019-09-04 21:31:23 +03:00
parent 8c00f1f247
commit c3a979caec
4 changed files with 59 additions and 41 deletions

View File

@@ -245,7 +245,7 @@ fn run() -> Result<(), Error> {
execute(
&mut report,
"Git repositories",
|| git.multi_pull(&git_repos, run_type),
|| git.multi_pull(&git_repos, run_type, config.git_arguments()),
config.no_retry(),
)?;
}