]> git.proxmox.com Git - libgit2.git/commit
Tests: Added tests for git_repository_discover.
authorRomain Geissler <romain.geissler@gmail.com>
Sat, 4 Jun 2011 22:23:24 +0000 (00:23 +0200)
committerRomain Geissler <romain.geissler@gmail.com>
Sat, 4 Jun 2011 22:23:24 +0000 (00:23 +0200)
commit76e9e3b763e9848971950c25399748762865ee10
tree3e7663752903468b4a8839e6b1ecba2ddd752948
parenta993e4fe0612b2f08885fff283175fd1238a1be6
Tests: Added tests for git_repository_discover.

Unfortunately, the across_fs flag can't be tested automaticly, as we can't
create a temporary new filesystem.
tests/resources/.gitignore [new file with mode: 0644]
tests/t12-repo.c