aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
diff options
context:
space:
mode:
Diffstat (limited to 'remote.go')
-rw-r--r--remote.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote.go b/remote.go
index 1cb7ba7..a697a01 100644
--- a/remote.go
+++ b/remote.go
@@ -57,7 +57,6 @@ func (r *Remote) Fetch(o *FetchOptions) error {
// remote was already up-to-date.
func (r *Remote) Push(o *PushOptions) (err error) {
// TODO: Support deletes.
- // TODO: Support pushing tags.
// TODO: Sideband support
if o.RemoteName == "" {