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 e54889f..77b74e5 100644
--- a/options.go
+++ b/options.go
@@ -230,6 +230,8 @@ type PushOptions struct {
FollowTags bool
// PushOptions sets options to be transferred to the server during push.
Options map[string]string
+ // Atomic sets option to be an atomic push
+ Atomic bool
}
// Validate validates the fields and sets the default values.