mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08: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;
|
isWatcherDisabled = true;
|
||||||
nextFetchingRemotes = DateTime.Now.AddMinutes(10).ToFileTime();
|
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;
|
var needPopStash = false;
|
||||||
|
|
||||||
if (rebase) args += "--rebase ";
|
if (rebase) args += "--rebase ";
|
||||||
|
|
Loading…
Reference in a new issue