summaryrefslogtreecommitdiff
path: root/src/remote.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-04-22 16:11:10 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-13 09:46:36 +0200
commit3eff2a57289ec19b1a805dd938299d1dcae47097 (patch)
tree3bd01239ee483c5a8d60768228d9968f2ff90611 /src/remote.h
parent058b753ceb8f6b25b77e57106b3a87997bc6362a (diff)
downloadlibgit2-3eff2a57289ec19b1a805dd938299d1dcae47097.tar.gz
remote: move the update_fetchhead setting to the options
While this will rarely be different from the default, having it in the remote adds yet another setting it has to keep around and can affect its behaviour. Move it to the options.
Diffstat (limited to 'src/remote.h')
-rw-r--r--src/remote.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remote.h b/src/remote.h
index 3a5c0dee4..e696997f4 100644
--- a/src/remote.h
+++ b/src/remote.h
@@ -30,7 +30,6 @@ struct git_remote {
git_transfer_progress stats;
unsigned int need_pack;
git_remote_autotag_option_t download_tags;
- int update_fetchhead;
int prune_refs;
int passed_refspecs;
};