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 porcelain status function and the get_untracked_paths function that it calls do not return new untracked files that are in the repo's top level. Unit tests only check that this works in the nested directories, checks on the top level are not implemented with asserts.
The porcelain status function and the get_untracked_paths function that it calls do not return new untracked files that are in the repo's top level. Unit tests only check that this works in the nested directories, checks on the top level are not implemented with asserts.
https://github.com/jelmer/dulwich/blob/master/dulwich/porcelain.py#L1374
The status function calls into this get_untracked_paths the same way and thus has the same behavior.
The text was updated successfully, but these errors were encountered: