]> git.proxmox.com Git - libgit2.git/commit
repository: don't fail to create config option in inmemory repo
authorEdward Thomson <ethomson@edwardthomson.com>
Mon, 12 Jun 2017 11:02:27 +0000 (12:02 +0100)
committerEdward Thomson <ethomson@edwardthomson.com>
Mon, 12 Jun 2017 15:51:04 +0000 (16:51 +0100)
commit2d486781df0828eae716937b23d2df0a9c1817f9
tree469e0f9623e35de59b2dac208c924fe34802ce60
parent9d49a43c718d0749231ac54adf4b72775cc40354
repository: don't fail to create config option in inmemory repo

When in an in-memory repository - without a configuration file - do not
fail to create a configuration object.
src/repository.c