]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: move the tagopt setting to the fetch options
authorCarlos Martín Nieto <cmn@dwim.me>
Wed, 22 Apr 2015 15:29:20 +0000 (17:29 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 13 May 2015 07:46:36 +0000 (09:46 +0200)
commit35a8a8c546fe3d0a5bc7df7cf418244133ccf238
tree891e878a61ce7c0d17881171029c76c7d6c94430
parent3eff2a57289ec19b1a805dd938299d1dcae47097
remote: move the tagopt setting to the fetch options

This is another option which we should not be keeping in the remote, but
is specific to each particular operation.
include/git2/remote.h
src/fetch.c
src/fetch.h
src/remote.c
tests/network/remote/local.c
tests/network/remote/remotes.c
tests/online/fetch.c
tests/online/fetchhead.c