Jameson Graef Rollins
Results
11
issues of
Jameson Graef Rollins
The behavior of the `repo.index.add()` method behaves differently than the CLI equivalent `git add`: ``` 0$ git add * 0$ python3 -c 'import git; git.Repo.init().git.add("*")' 0$ python3 -c 'import git;...
acknowledged
help wanted