• Show log

    Commit

  • Hash : 86a8cd9f
    Author : Sven Strickroth2
    Date : 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`.