]> git.proxmox.com Git - libgit2.git/commit - src/sysdir.c
config: add a ProgramData level
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 20 Oct 2015 15:42:42 +0000 (17:42 +0200)
committerCarlos Martín Nieto <cmn@dwim.me>
Wed, 21 Oct 2015 13:11:18 +0000 (15:11 +0200)
commit8c7c5fa585c6a63dc8186febd6e032880655e85e
tree4fcfb2caf1ef82127605f03b2073ac4e75a561c8
parent4280fabb9f79df6c4d95b1f08b97a03874b167eb
config: add a ProgramData level

This is where portable git stores the global configuration which we can
use to adhere to it even though git isn't quite installed on the system.
include/git2/config.h
src/config.c
src/config.h
src/repository.c
src/sysdir.c
src/sysdir.h
src/win32/findfile.c
src/win32/findfile.h
tests/config/global.c