Use a strbuf in symlink
commitb31f62601c5bfb7260d25496b75888f6e8b67e67
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 Jul 2014 22:30:41 +0000 (3 17:30 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 Jul 2014 22:33:00 +0000 (3 17:33 -0500)
tree997834fb393894da733502e8df947bf71b39840f
parentd147b448c80115d807a7110b9c79547265247628
Use a strbuf in symlink

This also happens to get rid of the length limitation imposed on
Windows (we cannot use MAX_LONG_PATH here because that is only defined
in the Windows-specific part of compat/).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
symlinks.c