]> git.proxmox.com Git - libgit2.git/commit
submodule: make `_set_update_fetch_recurse_submodules()` affect the config
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 5 May 2015 07:01:20 +0000 (09:01 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 22 Jun 2015 15:02:55 +0000 (17:02 +0200)
commit4e63642321bbea96b6a06ac28ac3c3e447f15df3
treed5289a284d0ca04a3ae45b6b0b1f30b00f0b675f
parente8a39f8ed1a95b96415c719c826f0e5715432393
submodule: make `_set_update_fetch_recurse_submodules()` affect the config

Similarly to the other ones. In this test we copy over testing
`RECURSE_YES` which shows an error in our handling of the `YES` variant
which we may have to port to the rest.
include/git2/submodule.h
src/submodule.c
tests/submodule/modify.c