summaryrefslogtreecommitdiff
path: root/src/fetch.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-04-22 17:29:20 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-13 09:46:36 +0200
commit35a8a8c546fe3d0a5bc7df7cf418244133ccf238 (patch)
tree891e878a61ce7c0d17881171029c76c7d6c94430 /src/fetch.h
parent3eff2a57289ec19b1a805dd938299d1dcae47097 (diff)
downloadlibgit2-35a8a8c546fe3d0a5bc7df7cf418244133ccf238.tar.gz
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.
Diffstat (limited to 'src/fetch.h')
-rw-r--r--src/fetch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch.h b/src/fetch.h
index 26d8a6b9d..aa2a87715 100644
--- a/src/fetch.h
+++ b/src/fetch.h
@@ -9,7 +9,7 @@
#include "netops.h"
-int git_fetch_negotiate(git_remote *remote);
+int git_fetch_negotiate(git_remote *remote, const git_fetch_options *opts);
int git_fetch_download_pack(git_remote *remote, const git_remote_callbacks *callbacks);