]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: move the update_fetchhead setting to the options
authorCarlos Martín Nieto <cmn@dwim.me>
Wed, 22 Apr 2015 14:11:10 +0000 (16:11 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 13 May 2015 07:46:36 +0000 (09:46 +0200)
commit3eff2a57289ec19b1a805dd938299d1dcae47097
tree3bd01239ee483c5a8d60768228d9968f2ff90611
parent058b753ceb8f6b25b77e57106b3a87997bc6362a
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.
include/git2/remote.h
src/clone.c
src/remote.c
src/remote.h
tests/network/remote/local.c
tests/online/fetch.c