Files
git/abspath.c
Johannes Schindelin 17e2cdea1c strbuf_realpath(): use platform-dependent API if available
Some platforms (e.g. Windows) provide API functions to resolve paths
much quicker. Let's offer a way to short-cut `strbuf_realpath()` on
those platforms.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2020-12-14 22:10:31 +01:00

6.5 KiB