]> git.proxmox.com Git - libgit2.git/commit
submodule: make set_ignore() affect the configuration
authorCarlos Martín Nieto <cmn@dwim.me>
Mon, 4 May 2015 14:22:56 +0000 (16:22 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Mon, 22 Jun 2015 15:02:55 +0000 (17:02 +0200)
commit5a9fc6c83c2fd12ce312d1042ec2c1e6abad4033
tree80f41e0481654c349adb9762d377d2599869bcb6
parentdfda2f68ea9602a6b0d08e36bd48e6a4899b12ff
submodule: make set_ignore() affect the configuration

Instead of affecting a particular instance, make it change the
configuration.
include/git2/submodule.h
src/submodule.c
tests/diff/submodules.c
tests/submodule/modify.c
tests/submodule/status.c