mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
feature<Repository>: add default arguments '--tags' to pull
This commit is contained in:
parent
be4fd6c59a
commit
eaabfcf28e
1 changed files with 1 additions and 1 deletions
|
@ -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 ";
|
||||
|
|
Loading…
Reference in a new issue