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
The pre-commit script `update-deprecated-links` creates dangling links
to untracked files (such as the text editor's backup files, the
manually backed up files, some files that will be added later, etc.).
These dangling links would block creating the commit.
In this patch, we check if the target path is tracked by git or not
before creating the symbolic link.
We also would not try to remove untracked files or regular files in
`test/deprecated/completions/`. We would only remove tracked links.
0 commit comments