• Show log

    Commit

  • Hash : c6e8a826
    Author : Stefan Sperling
    Date : 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.