]> git.proxmox.com Git - libgit2.git/commit
Remove custom backends
authorVicent Marti <tanoku@gmail.com>
Sun, 12 Jun 2011 09:40:14 +0000 (11:40 +0200)
committerVicent Marti <tanoku@gmail.com>
Tue, 14 Jun 2011 15:40:17 +0000 (17:40 +0200)
commitb0233216691fc52c6886a7f53c650d56a651cc84
treee7424326ef33a43904419f42683ba95e02443d1d
parent0f49a589013d0f5c75cccf75ee2dd6cc99ce3d91
Remove custom backends

All the custom backend code will be moved to a separate project,
together with the new MySQL backend.
CMakeLists.txt
include/git2/odb_backend.h
src/backends/hiredis.c [deleted file]
src/backends/sqlite.c [deleted file]
tests/t11-sqlite.c [deleted file]
tests/t14-hiredis.c [deleted file]
tests/test_main.c
wscript