-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: git check-ignore cannot follow symlinks (#108)
``` java.lang.Exception: git check-ignore failed: ``` For exit code 1 - None of the provided paths are ignored. ``` java.lang.Exception: git check-ignore failed with code 128: fatal: pathspec 'rust/protos/meta_event.proto' is beyond a symbolic link ``` For cannot follow symlinks. Signed-off-by: tison <[email protected]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters