]> git.proxmox.com Git - libgit2.git/commit
index: Change the memory management for repo indexes
authorVicent Marti <tanoku@gmail.com>
Wed, 1 Jun 2011 16:34:21 +0000 (18:34 +0200)
committerVicent Marti <tanoku@gmail.com>
Wed, 1 Jun 2011 16:54:47 +0000 (18:54 +0200)
commitf7e59c4dcf46e0815ab0e7d435fd16755fdf616c
tree353d781e1efab8b73eb81a848da8bb276a001dd3
parentef5ffed39a91e8e645ed77f52ec862d47b081e9c
index: Change the memory management for repo indexes

The `git_repository_index` call now returns a brand new index that must
be manually free'd.
include/git2/index.h
include/git2/repository.h
src/index.c
src/repository.c
src/repository.h
tests/t06-index.c