]> git.proxmox.com Git - libgit2.git/commit
ODB writing fails gracefully when unsupported
authorEdward Thomson <ethomson@microsoft.com>
Wed, 5 Mar 2014 19:35:47 +0000 (11:35 -0800)
committerEdward Thomson <ethomson@microsoft.com>
Wed, 5 Mar 2014 19:35:47 +0000 (11:35 -0800)
commit7bd2f401540e1e9c92183fd61aa9e2a4ef0ed051
tree9f3388edb63b9ff34f3d92b72e2a87e6028eb2f0
parentfb52ba19ff0a620b4fd9482132206ccb4daee8e0
ODB writing fails gracefully when unsupported

If no ODB backends support writing, we should fail gracefully.
src/odb.c
tests/odb/backend/nobackend.c [new file with mode: 0644]