Hi all.
I was using Sourcetree v3.3.9 (win version) and was able to fetch all updated tags from origin when selection Repositorie > Update Remote Status option.
After updating to v.3.4.8, it doesn't work anymore.
Having a look at Process Viewer log, I found that the GetFetchProcesses CallerContext now include a new parameter "--no-tags".
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
Is this a new default behavior? Or may I disable this feature?
TIA,
Laercio