| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binaryunicode.c | ||
| checkout_helpers.c | ||
| checkout_helpers.h | ||
| conflict.c | ||
| crlf.c | ||
| head.c | ||
| icase.c | ||
| index.c | ||
| nasty.c | ||
| tree.c | ||
| typechange.c |
To determine the canonical filename for a given path, we previously looked at the directory entries on POSIX systems and used GetFinalPathNameByHandle on Windows. However, GetFinalPathNameByHandle requires a HANDLE - the results of CreateFile - and you cannot CreateFile on a symbolic link. To support finding the canonical path of a symbolic link, simply use the existing POSIX code to look at the directory entries.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| binaryunicode.c | Loading commit data... | |
| checkout_helpers.c | Loading commit data... | |
| checkout_helpers.h | Loading commit data... | |
| conflict.c | Loading commit data... | |
| crlf.c | Loading commit data... | |
| head.c | Loading commit data... | |
| icase.c | Loading commit data... | |
| index.c | Loading commit data... | |
| nasty.c | Loading commit data... | |
| tree.c | Loading commit data... | |
| typechange.c | Loading commit data... |