]> git.proxmox.com Git - libgit2.git/commit
remote: correctly interpret tagopt '--tags'
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 7 May 2013 14:01:22 +0000 (16:01 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 7 May 2013 16:49:47 +0000 (18:49 +0200)
commit505b5d0c815a9b8f78bf7267e57ea433f04d0b6b
treeb26198aae77490fe59d8882d5131b697e99fab83
parent33665410d636c9f5f0d5e017fe6347260b1b6ec1
remote: correctly interpret tagopt '--tags'

When tagopt is set to '--tags', we should only take the default tags
refspec into account and ignore any configured ones.

Bring the code into compliance.
src/fetch.c
src/remote.c
tests-clar/network/remote/local.c