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
on windows when the path passed as an argument given to index.add contains a [, the function just return an empty list, whether or not the path exists.
r = git.Repo('.')
r.index.add(['test[test'])
Out[88]: []