Commit c6e8a8268ec4f4240d51dcfd54d05c5370060747

Stefan Sperling 2021-04-05T17:55:12

do not update symlinks which are already up-to-date This fixes spurious 'U' notifications for symlinks during 'got update' that occurred even when the work tree was fully up-to-date. Observed on a work tree of the FreeBSD src repo and reproduced in our test suite by adding a no-op update at the end of a test which deals with updating symlinks.