feature<Repository>: add default arguments '--tags' to pull

This commit is contained in:
leo 2021-04-12 09:29:17 +08:00
parent be4fd6c59a
commit eaabfcf28e

View file

@ -490,7 +490,7 @@ namespace SourceGit.Git {
isWatcherDisabled = true;
nextFetchingRemotes = DateTime.Now.AddMinutes(10).ToFileTime();
var args = "-c credential.helper=manager pull --verbose --progress ";
var args = "-c credential.helper=manager pull --verbose --progress --tags ";
var needPopStash = false;
if (rebase) args += "--rebase ";