Commit 86a8cd9f6a039889801b5bec865a4bc3deb30f47

Sven Strickroth2 2017-03-20T11:21:00

filebuf: fix resolving absolute symlinks The symlink destination is always concatenated to the original path. Fix this by using `git_buf_sets` instead of `git_buf_puts`.