diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2017-04-27 18:30:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 18:30:55 +0200 |
commit | 727bf94da8e3cebd3ff467d30425b12d671fbca7 (patch) | |
tree | 3960da828c478a16a2c175998713ad39c56ebfab /remote.go | |
parent | a548013a95c25f830103263c25ca999429b2f9dd (diff) | |
parent | 44ee22785a6debcef920381b2afd7f0ebdb4338e (diff) | |
download | go-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.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 == "" { |