]> git.proxmox.com Git - libgit2.git/commit - src/odb_loose.c
Add exists_prefix to ODB backend and ODB API
authorRussell Belfer <rb@github.com>
Tue, 4 Mar 2014 23:34:23 +0000 (15:34 -0800)
committerRussell Belfer <rb@github.com>
Tue, 4 Mar 2014 23:34:23 +0000 (15:34 -0800)
commitf5753999e4cac020c2dd3a4669fe9ba14df93cb5
tree13e38551546181a59c0dae367192008c555e1fee
parent0a62caf4e4927cbf74f40d8a2cb44b84267a30da
Add exists_prefix to ODB backend and ODB API
include/git2/odb.h
include/git2/sys/odb_backend.h
src/odb.c
src/odb_loose.c
src/odb_pack.c
tests/odb/loose.c
tests/odb/mixed.c