When adding a new remote in SourceGit, it automatically performs a full fetch that includes all tags. This is different from the existing “Fetch (with no tags)” option, which works correctly once the remote is already added.
Repositories can contain thousands of tags, and fetching them on remote creation is undesirable and can cause conflicts if there duplicate tags between different remotes.
Please allow adding remotes without fetching tags.
When adding a new remote in SourceGit, it automatically performs a full fetch that includes all tags. This is different from the existing “Fetch (with no tags)” option, which works correctly once the remote is already added.
Repositories can contain thousands of tags, and fetching them on remote creation is undesirable and can cause conflicts if there duplicate tags between different remotes.
Please allow adding remotes without fetching tags.