]> git.proxmox.com Git - libgit2.git/commit - src/refs.c
alloc doesn't take a refdb; git_refdb_free nicely in the tests
authorEdward Thomson <ethomson@microsoft.com>
Fri, 19 Apr 2013 23:19:53 +0000 (18:19 -0500)
committerEdward Thomson <ethomson@microsoft.com>
Fri, 19 Apr 2013 23:43:17 +0000 (18:43 -0500)
commit4e4eab52f7c5062ea21ea278a38e48700e753883
tree4c8133d7595b355e3150b4525e25ad25103d10ff
parent4a38143c93dc705bc40109e3f79d7fac722d44d7
alloc doesn't take a refdb; git_refdb_free nicely in the tests
include/git2/refdb.h
include/git2/refdb_backend.h
src/refdb.c
src/refdb_fs.c
src/refs.c
tests-clar/refdb/inmemory.c
tests-clar/refdb/testdb.c
tests-clar/refs/delete.c
tests-clar/refs/pack.c
tests-clar/refs/rename.c