mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-28 19:07:15 +00:00
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. |
||
|---|---|---|
| .. | ||
| map.c | ||
| posix.h | ||