mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00: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…
Add table
Add a link
Reference in a new issue