aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
diff options
context:
space:
mode:
authorSantiago M. Mola <santi@mola.io>2017-04-27 14:35:21 +0200
committerSantiago M. Mola <santi@mola.io>2017-04-27 14:38:17 +0200
commit44ee22785a6debcef920381b2afd7f0ebdb4338e (patch)
tree1583a12dee23ddb6d973cb50df4d0bcd179e4249 /remote.go
parentbc6b1c429f5a6f4d78a17cbe0e1a9927416f4f1b (diff)
downloadgo-git-44ee22785a6debcef920381b2afd7f0ebdb4338e.tar.gz
add test for tags push, closes #354
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 == "" {