libgit2/src/unix
Vicent Marti 5ad739e832 fileops: Drop git_fileops_prettify_path
The old `git_fileops_prettify_path` has been replaced with
`git_path_prettify`. This is a much simpler method that uses the OS's
`realpath` call to obtain the full path for directories and resolve
symlinks.

The `realpath` syscall is the original POSIX call in Unix system and
an emulated version under Windows using the Windows API.
2011-07-05 02:06:26 +02:00
..
map.c fileops: Cleanup 2011-07-05 02:04:03 +02:00
posix.h fileops: Drop git_fileops_prettify_path 2011-07-05 02:06:26 +02:00