aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-04-27 18:30:55 +0200
committerGitHub <noreply@github.com>2017-04-27 18:30:55 +0200
commit727bf94da8e3cebd3ff467d30425b12d671fbca7 (patch)
tree3960da828c478a16a2c175998713ad39c56ebfab /remote.go
parenta548013a95c25f830103263c25ca999429b2f9dd (diff)
parent44ee22785a6debcef920381b2afd7f0ebdb4338e (diff)
downloadgo-git-727bf94da8e3cebd3ff467d30425b12d671fbca7.tar.gz
Merge pull request #367 from smola/push-tags
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 bc3f209..592f7b6 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 == "" {