| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ough the filtering code to ensure the cached longpath setting is returned. Fixes: libgit2#6054
|
Looks good to me - we'll need to ifdef around that new function to prevent unused warnings, but otherwise 👍 |
Sorry, something went wrong.
Co-authored-by: Edward Thomson <ethomson@github.com>
|
Thanks for the fix. I changed the unit test a bit in 005c740 to check the contents in the repo to ensure that filtering was applied. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #6054.
An alternative might be to handle the null git_repository case in the longpath check ((bool) should_validate_longpaths(git_repository *repo)). Could also put an assert on "repo" argument in should_validate_longpaths.