]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
remote: store passive refspecs
authorCarlos Martín Nieto <cmn@dwim.me>
Thu, 3 Jul 2014 05:56:31 +0000 (07:56 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 30 Sep 2014 13:42:32 +0000 (15:42 +0200)
commit2cdd5c5752f1dea43cd31be9b75be7f7f5e4eab1
tree2c51c04613a7c6849137f178d04a9f48df74e0a0
parentc300d84a64601b09abcf0f2d2e6d492b4578770d
remote: store passive refspecs

The configured/base fetch refspecs need to be taken into account in
order to implement opportunistic remote-tracking branch updates. DWIM
them and store them in the struct, but don't do anything with them yet.
src/remote.c
src/remote.h