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
Calling Repository::status_should_ignore on a path of the form ./filename always returns true regardless of the current gitignore file. I tried canonicalizing the path instead which lead to the correct result being returned.
Is this a bug in git2-rs/libgit2? Am I missing something?
Cheers
The text was updated successfully, but these errors were encountered:
Calling
Repository::status_should_ignore
on a path of the form./filename
always returns true regardless of the current gitignore file. I tried canonicalizing the path instead which lead to the correct result being returned.Is this a bug in git2-rs/libgit2? Am I missing something?
Cheers
The text was updated successfully, but these errors were encountered: