]> git.proxmox.com Git - libgit2.git/commit
Repository: Fixed some errors with ceiling_dirs in git_repository_discover.
authorRomain Geissler <romain.geissler@gmail.com>
Sat, 4 Jun 2011 14:28:39 +0000 (16:28 +0200)
committerRomain Geissler <romain.geissler@gmail.com>
Sat, 4 Jun 2011 14:28:39 +0000 (16:28 +0200)
commit9d9bab5c384fd5d2f2832f6a68b36ce6848e0552
tree5754bdfe845bbae4582fbb7f879c4afc796913c3
parentfd0574e5ad4e2e5924ff0d0869da7d5846225d8b
Repository: Fixed some errors with ceiling_dirs in git_repository_discover.

Now the ceiling_dirs are compared with their symbolic free version (like base_path).
The ceiling dirs check is now performed after getting the parent directory.
src/repository.c