Commit d83b2e9f51539287d5d2b1bd939ea9540fa6e5be

Carlos Martín Nieto 2015-09-05T03:54:06

filebuf: follow symlinks when creating a lock file We create a lockfile to update files under GIT_DIR. Sometimes these files are actually located elsewhere and a symlink takes their place. In that case we should lock and update the file at its final location rather than overwrite the symlink.