You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ls -l main.cpp symlink.cpp
-rw-r--r-- 1 user user 58 Apr 17 17:36 main.cpp
lrwxrwxrwx 1 user user 8 Apr 17 17:37 symlink.cpp -> main.cpp
A change to main.cpp will only output original as being affected, not symlink. I assume that this is because the change detector only considers the files in changes.txt/the VCS dump, which don't consider symlinks?