aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'options.go')
-rw-r--r--options.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.go b/options.go
index 67a4870..9f328cb 100644
--- a/options.go
+++ b/options.go
@@ -113,6 +113,8 @@ var (
// AllTags fetch all tags from the remote (i.e., fetch remote tags
// refs/tags/* into local tags with the same name)
AllTags TagFetchMode = 1
+ //NoTags fetch no tags from the remote at all
+ NoTags TagFetchMode = 2
)
// FetchOptions describes how a fetch should be performed