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
When target file path has a space(eg: 'README.md '), Rugged::Tree.diff(..., paths: ['README.md ']).patches return empty array.
This should be a problem caused by the ext or libgit2, but I have not learn C language and I can't fix it.
Can you help me deal with it? Thanks.
Summary
When target file path has a space(eg: 'README.md '),
Rugged::Tree.diff(..., paths: ['README.md ']).patches
return empty array.This should be a problem caused by the ext or libgit2, but I have not learn C language and I can't fix it.
Can you help me deal with it? Thanks.
Steps to reproduce
PS: English is not my native language; please excuse typing errors.
The text was updated successfully, but these errors were encountered: